summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2013-09-27The error return codes for the enc interface were inconsistent.Alexander Bluhm
2013-09-27IPv6 atomic fragments must not go the reassembly queue, but beAlexander Bluhm
2013-09-20Fix a panic bug in pipex. If pipex deletes a session by the idle-timerYASUOKA Masahiko
2013-09-17Change vlan(4) detach procedure to not use a hook but a list of vlansMartin Pieuchot
2013-09-13Don't send flows if flowsrc is not set. Packages had a brokenFlorian Obser
2013-09-12Revert previous diff to always increment the interface index, tun_switch()Martin Pieuchot
2013-08-30Missing splx on return path.Christiano F. Haesbaert
2013-08-28When we attach an interface, do not try to reuse the last index to limitMartin Pieuchot
2013-08-28Remove unused argument from *rtrequest()Martin Pieuchot
2013-08-21No need to include if_vlan_var.h twice.Martin Pieuchot
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-20tedu netnatm and ueagle(4).Martin Pieuchot
2013-08-19in pf_test_rule, when dealing with a match rule, obey the match rule's quickHenning Brauer
2013-08-16Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS.Martin Pieuchot
2013-08-15Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC because theyMartin Pieuchot
2013-08-13Split pflow version 9 and version 10 to be able to send 64 bitFlorian Obser
2013-08-10Cancel timeouts on pflow interface destruction.Florian Obser
2013-08-08Insert new IPv4 addresses in only one place, no functional change.Martin Pieuchot
2013-08-07states learnt via pfsync from a peer with the same ruleset checksum wereDavid Gwynne
2013-08-05sync the bridge_broadcast comment with realityMike Belopuhov
2013-07-31Move bridge_broadcast and subsequently all IPsec SPD lookup code outMike Belopuhov
2013-07-23Do not reset the fragment timeout each time a fragment arrives.Alexander Bluhm
2013-07-15Remove a comment which is no longer true.Martin Pieuchot
2013-07-10Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctlsMartin Pieuchot
2013-07-05bring back pflow v10; broken in previous commit, sorry.Florian Obser
2013-07-05Collect and display 'match' counters for pf tables.Bret Lambert
2013-07-04Re-commit: use time_t for storing time_t values. This is an ABIPhilip Guenther
2013-07-03Switch times in the SLIP softc to time_t and reorder slightlyPhilip Guenther
2013-07-02Revert previous: sizeof(time_t) != sizeof(long) on LP64, so there wasPhilip Guenther
2013-07-02Use time_t for storing time_t values. No change to the underlyingPhilip Guenther
2013-06-26put the cksum diff back, of course with the bug fixed where we couldHenning Brauer
2013-06-26Rudimentary counter fix for tables used in match rules.Bret Lambert
2013-06-25Protect various driver descriptors by _KERNEL to stop exposing to muchMartin Pieuchot
2013-06-24Revert r1.20 for now, to make sure the newly created address is addedMartin Pieuchot
2013-06-20Revert previous and unbreak asr, the new include should be protected.Martin Pieuchot
2013-06-20Allocate the various hook head descriptors as part of the ifnetMartin Pieuchot
2013-06-18Use malloc(M_WAITOK) in if_attach_common(), because this function mustMasao Uebayashi
2013-06-18Oops, forgot this file in previous. Should be part of adding/removingMartin Pieuchot
2013-06-17Before pulling the TCP options from the mbuf onto the stack, do anAlexander Bluhm
2013-06-17Instead of bcopy() and bcmp() a single pointer in an mbuf tag,Alexander Bluhm
2013-06-16Remove variable sa_family_t family in gif_start() and gif_output().Alexander Bluhm
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-08Add new sysctl for pipex packet input/output queue length andYASUOKA Masahiko
2013-06-05Include sys/timeout.h to make if_gre.c compile without pf.Alexander Bluhm
2013-06-05ansi function declarations.David Gwynne
2013-06-05Unbreak the kernel to userspace SADB_X_EXT_TAG message.Reyk Floeter
2013-06-05after the pf_test_state folding, in pf_test in the proto switch, theHenning Brauer
2013-06-04fold pf_test_state_{tcp,udp,other} into one pf_test_state.Henning Brauer
2013-06-04add a pointer to the protocol checksum header field to pf_pdesc and setHenning Brauer
2013-06-04make pf_change_ap() usable without a port. if the port pointer is NULL,Henning Brauer