summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2014-01-16Replaces a lookup to find the link-layer address by accessing the if_sadlMartin Pieuchot
2014-01-13Call all local valiables of type struct in6_ifaddr "ia6". This isAlexander Bluhm
2014-01-12Remove no-op 'HIDE' macro from sppp code. This probably existed to allowStefan Sperling
2014-01-10replace the rest of the obsolete radix macrosTed Unangst
2014-01-09replace Bcopy macro with memmove and memcpy. ok mpiTed Unangst
2014-01-08Name the local variables for struct ifaddr consistently "ifa".Alexander Bluhm
2014-01-08Perform manual malloc/free of a large object in pfkeyv2_send() toTheo de Raadt
2014-01-07Some follow-up fixes for IFID collision handling in IPv6CP.Stefan Sperling
2014-01-03Purging a queue requires it to be non-empty, not empty.pelikan
2014-01-03Switch frequently allocated structs from malloc(M_DEVBUF) to separate pools.pelikan
2014-01-03Make queues disappear correctly on interfaces being destroyed.pelikan
2014-01-01Destroy the eligible list when detaching from an interface.pelikan
2013-12-24rearrange/correct timeout conditionals to work better.Ted Unangst
2013-12-22change pf_osfp_entry strings to unsigned, to help userlandTheo de Raadt
2013-12-18Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush'sKenneth R Westerback
2013-12-12Fix invalid size to memcmp() in rn_lexobetter() introduced when theTodd C. Miller
2013-12-11Use an u_int32_t instead of an unsigned long to store the magic numberJeremie Courreges-Anglas
2013-11-29panics still being reported. send bpf.c back to 1.85Ted Unangst
2013-11-28IFAFREE() was resurrected from the dead with the new bandwith subsytem,Martin Pieuchot
2013-11-28Change the way protocol multicast addresses are linked to an interface.Martin Pieuchot
2013-11-27Let's call a rtableid a rtableid.Martin Pieuchot
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2013-11-21Remove unneeded include.Martin Pieuchot
2013-11-20Convert sppp(4) to taskq; ok mikeb@ mpi@Stefan Sperling
2013-11-19provide forward declarations for structures ifnet and ifg_group;Mike Belopuhov
2013-11-19Remove some FDDI/ATM leftovers.Martin Pieuchot
2013-11-18Fix potential null dereference.Charles Longeau
2013-11-18The prio value of a pf match rule was overridden by a later passAlexander Bluhm
2013-11-18use arc4random() for ether_fakeaddr, because it is safeTheo de Raadt
2013-11-18Convert trunk(4) to use a detachhook, discussed at b2k13 with many.Martin Pieuchot
2013-11-17speelingDavid Gwynne
2013-11-16Remove dead assignments and now unused variables.Charles Longeau
2013-11-15calculate the line in the sand before comparing it to ticks, which looksDavid Gwynne
2013-11-15Revert 1.858, as it causes panics of inp:Christiano F. Haesbaert
2013-11-15After discussion with deraadt@ and Fernando Gont, it seems that theAlexander Bluhm
2013-11-15inherit the rdomain sc to pkthdrHenning Brauer
2013-11-15Forget socket linking on pf_pkt_addr_changed(), this fixes among otherChristiano F. Haesbaert
2013-11-14Improvements for address assignment and related issues in IPv6CP.Stefan Sperling
2013-11-13DIOCGETSRCNODES was leaking a little bit more kernel informationTheo de Raadt
2013-11-12two ioctl's were disclosing kernel pointers and such.Theo de Raadt
2013-11-12try bpf.c r1.84 again, this time without semantic changes to if statements.David Gwynne
2013-11-11Revert bpf.c 1.84 / bpfdesc.h 1.19 for now, "panic: timeout_add: to_ticks (-1)Stuart Henderson
2013-11-11Replace most of our formating functions to convert IPv4/6 addresses fromMartin Pieuchot
2013-11-11replace the user of ticks in a condition like "interval + start < ticks"David Gwynne
2013-11-09ticks is compared against mcl_grown to see if time has elapsed sinceDavid Gwynne
2013-11-08To make sure detach hooks are executed in reverse order they were added,Martin Pieuchot
2013-11-07Now that it is safe to disestablish a hook from itself, do not leak theMartin Pieuchot
2013-11-05Remove useless #ifdef *BSD cruft from sppp(4). No binary change.Stefan Sperling
2013-11-01push the queues every 1/HZ using timeout(9)pelikan
2013-11-01keep net/hfsc.h away from userspace, except in pfctlpelikan