summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
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
2013-06-03Link pf states and socket inpcbs together more tightly. The linkingAlexander Bluhm
2013-06-03Update o[sd]port whenever n[sd]port is changed. This fixes aAlexander Bluhm
2013-06-03put back the match member to the anchor stack struct - userland (pfctl)Henning Brauer
2013-06-03Replace "hot" bcopy() calls in ether_output() with memcpy(). This tells theMark Kettenis
2013-06-03fix anchor quick with nested anchors. we lost the quick flag as soon asHenning Brauer
2013-06-02set up osport and odport (original src/dst port) in pf_setup_pdesc insteadHenning Brauer
2013-06-01pf_step_{into,out_of}_anchor() are only ever called from pf_test_rule()Henning Brauer
2013-05-31export the original aka untranslated address for af-to in pflowFlorian Obser
2013-05-31Remove the scrub argument from in_ifinit() and simply call in_ifscrub()Martin Pieuchot
2013-05-30export the original aka untranslated address in pflowSebastian Benoit
2013-05-25set the IFF_RUNNNING flag when recreating an interface after theMike Belopuhov
2013-05-17Do not attempt to delete the undeletable RNF_ROOT route.Kenneth R Westerback
2013-05-14Pass the correct pointer to pool_put if pf_state_key_attach fails.Mike Belopuhov
2013-05-11Set trunk(4)'s MTU to that of the first trunkport. Allows trunk to work withStuart Henderson
2013-05-10Since pf_state_key_attach can decide to free the provided stateMike Belopuhov
2013-05-03Export ingress/egress interface index in pflow(4).Florian Obser
2013-04-20Remove unused macro function.YASUOKA Masahiko
2013-04-16Remove code under ifndef OpenBSD. No object change.Martin Pieuchot
2013-04-16When pipex session is terminated by idle timer, there was a problem thatYASUOKA Masahiko
2013-04-10Remove various external variable declaration from sources files andMartin Pieuchot
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2013-04-02Instead of storing the link-level address of every interface in a globalMartin Pieuchot
2013-03-29Declare struct pf_state_key in the mbuf and in_pcb header files toAlexander Bluhm
2013-03-29Replace hand-crafted loops in if.c with the FOREACH macro.Alexander Bluhm
2013-03-28code that calls timeout functions should include timeout.hTed Unangst
2013-03-28do not include machine/cpu.h from a .c file; it is the responsibility ofTheo de Raadt
2013-03-28no need for a lot of code to include proc.hTed Unangst
2013-03-28Replace some casts to struct in_ifaddr pointer by ifatoia() or NULL.Martin Pieuchot
2013-03-28Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa,Alexander Bluhm
2013-03-27Use the correct src/dst ports depending on direction (one of src or dst wasRyan Thomas McBride
2013-03-26Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.Martin Pieuchot
2013-03-20Introduce if_get() to retrieve an interface descriptor pointer givenMartin Pieuchot
2013-03-15change LIST_END to literal NULL for clarity.Ted Unangst
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-03-11Add a separate "translation" counter and use this rather than "memory"Stuart Henderson
2013-03-10Switch to ANSI C prototypes. Diff by somebody else which I no longer remember.Claudio Jeker
2013-03-09re-arrange the pre-accounting of the objects in the buffer so itTheo de Raadt
2013-03-09normalize structure definitionsTheo de Raadt
2013-03-07Remove unused ifa_ifwithaf() function.Martin Pieuchot
2013-03-07Remove the IFAFREE() macro, the ifafree() function it was calling alreadyMartin Pieuchot
2013-02-26Don't try to purge one-time rules from the main ruleset.Mike Belopuhov
2013-02-26Reserve space for source and destination addresses unconditionally ratherStuart Henderson