summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2010-09-24avoid potential infinite loopBret Lambert
2010-09-24Add L2TP support to PIPEX.SUENAGA Hiroki
2010-09-24Implement if_freenameindex() as a real function as required by posix.Claudio Jeker
2010-09-24itojun picked exactly the right reason in that REASON_SET call. really noHenning Brauer
2010-09-24use pd->rdomain for the PF_MISMATCHAW checks in pf_test_fragment instead ofHenning Brauer
2010-09-24no need to pf_tag_packet in the stateless case in pf_test sinceHenning Brauer
2010-09-24hello, this is captain obvious speaking:Henning Brauer
2010-09-24remove misleading XXX comment. it is pretty clear by now thatHenning Brauer
2010-09-24nicer linewraps, purely cosmeticHenning Brauer
2010-09-24kill some unused arguments to pf_create_stateJonathan Gray
2010-09-23Break out rule counter update code into a separate function, makes theRyan Thomas McBride
2010-09-23fix indentation to not confusingly align with an unassociated while() statementBret Lambert
2010-09-23tweak the mclgeti algorithm to behave better under load.David Gwynne
2010-09-23If tunread() fails, we should increment if_oerrors, not if_ierrors.Matthew Dempsky
2010-09-22Add a new interface pppx(4) -- the ppp multiplexer to be used with npppdClaudio Jeker
2010-09-22Add AES-GCM Transform Identifiers as specified by IANA inMike Belopuhov
2010-09-22add a new log opt PF_LOG_MATCHESHenning Brauer
2010-09-22Don't bother calling suser() in tunopen().Matthew Dempsky
2010-09-22various whitespace fixes that my hands did while i was looking for sthHenning Brauer
2010-09-21Don't dereference null pointers for protocols without port numbers.Stuart Henderson
2010-09-21assert copyrights / bump yearsHenning Brauer
2010-09-21aye. that should not have been forgotten. add the rewritten indicatorHenning Brauer
2010-09-21stuff the original (before rewriting) addresses into the already existantHenning Brauer
2010-09-21after ruleset eval is done, we must apply actions from the last matchingHenning Brauer
2010-09-21do not increment states_tot on match rules. it is purely cosmetic, thisHenning Brauer
2010-09-21Cleanup handlings for memory shortage condition:YASUOKA Masahiko
2010-09-21make "match log" rules log on the fly. thus you can log and see the packetHenning Brauer
2010-09-21No need to m_freem() a NULL pointer and change the error for unknownClaudio Jeker
2010-09-21remove now obsolete XXX commentHenning Brauer
2010-09-21pflog overhaulHenning Brauer
2010-09-21make pf_translate (void so far) return 1 if it actually changed somethingHenning Brauer
2010-09-21factor our the code to set up pf_pdesc, a central structure in pf carryingHenning Brauer
2010-09-13Using a normaly unavailable 0.0.0.1 gateway on routes on sppp(4) basedClaudio Jeker
2010-09-08creating a pfsync interface is always done from process context, soBret Lambert
2010-09-08Switch the MPLS blocks for RTM_CHANGE. Do not always remove the MPLSClaudio Jeker
2010-09-02don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMOREBret Lambert
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-08-25Let rtable_add() return usefull errnos so that the ioctl handler and theClaudio Jeker
2010-08-25Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so thatClaudio Jeker
2010-08-25When setting a rdomain also force -inet6 aka IFXF_NOINET6 on the interfaceClaudio Jeker
2010-08-24spacesClaudio Jeker
2010-08-24Add a splnet() around a block that needs it for sure. Maybe more inClaudio Jeker
2010-08-24Only do the link state checking and RTF_UP dance if the routing table isClaudio Jeker
2010-08-24legibility fixes:Bret Lambert
2010-08-24last is a pointer so initialize to NULL and not 0. Also move initializationClaudio Jeker
2010-08-22Fix a 16 year old bug in the sorting routine for non-contiguous netmasks.Marco Pfatschbacher
2010-08-21an unchecked-for failure of workq_add_task could lead to an mbuf leakBret Lambert
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-08-05In pf_icmp_mapping() the ICMP and ICMPv6 types shared the sameAlexander Bluhm
2010-07-31another pair of files which relied on mbuf.h for pool.h; should be the last,Bret Lambert