summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* - Fix trivial typoeadler2012-01-144-4/+4
* Clarify throughout the vlan(4) code the difference between a "tag" (therwatson2012-01-122-54/+61
* Consumers of bpfdetach() expect it to remove all bpf_if structs from thelstewart2012-01-101-22/+31
* Convert the per-interface address list lock from a mutex to a reader/writerjhb2012-01-091-11/+10
* Copy ifa->if_data to ifam->ifam_data. This was forgotten in r228571.glebius2012-01-081-0/+1
* Move arprequest() declaration to if_ether.h.glebius2012-01-081-3/+0
* Since r228571 CARP is no longer an interface.glebius2012-01-061-8/+0
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-052-63/+63
* Add new variants of the IF_ADDR_*LOCK*() macros used for protectingjhb2012-01-051-2/+8
* Refine last comment.rwatson2012-01-051-1/+1
* Add comment to the VLAN code about its integration with VIMAGE: we see whatrwatson2012-01-051-0/+7
* Revert r228986 until it can be reworked to avoid panicing the kernel when thelstewart2011-12-312-193/+82
* - Introduce the net.bpf.tscfg sysctl tree and associated code so as to make onelstewart2011-12-302-82/+193
* Update if_obytes and if_omcast after successful transmit.yongari2011-12-291-4/+8
* Provide ABI compatibility shim to enable configuring of addressesglebius2011-12-211-0/+8
* Restore a feature that was present in 5.x and 6.x, and was cleared inglebius2011-12-201-0/+1
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-166-9/+39
* Simplify rtrequest(RTM_ADD): ifa can't be NULL after rt_getifa_fib().glebius2011-12-151-9/+4
* Remove the unused if_free_type() function.brooks2011-12-092-22/+2
* 1. Fix the handling of link reset while in netmap more.luigi2011-12-051-8/+1
* Revert r227778 in preparation for committing reworked patches in its place.lstewart2011-11-292-165/+12
* Change the if_vlan driver to use if_transmit for forwarding packets to thejhb2011-11-281-83/+79
* - Use generic alloc_unr(9) allocator for if_clone, insteadglebius2011-11-282-78/+47
* Improve logging:glebius2011-11-221-2/+2
* - When feed-forward clock support is compiled in, change the BPF header tolstewart2011-11-212-12/+165
* Bring in support for netmap, a framework for very efficient packetluigi2011-11-172-0/+379
* Remove a few bits of FreeBSD 2.x compatibility code.rmh2011-11-141-3/+3
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-114-8/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-0716-21/+26
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-078-11/+12
* Fix a use-after-free/redzone issue in the routing code.mlaier2011-11-031-12/+14
* Add macro IF_DEQUEUE_ALL(ifq, m), that takes the entire mbuf chain offglebius2011-10-271-0/+12
* The host-id/interface-id can have a specific value and is properlyqingli2011-10-251-0/+5
* Add missing #includes.ed2011-10-211-0/+2
* Get rid of D_PSEUDO.ed2011-10-182-2/+2
* Pass the fibnum where we need filtering of the message on thebz2011-09-285-6/+88
* Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.kmacy2011-09-203-2/+7
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* On the first loop for generating a bridge MAC address use the localthompsa2011-09-041-6/+21
* When adding IPv6 fwd support to ipfw in r225044 these two files werebz2011-08-272-0/+2
* Fix a deficiency in the selinfo interface:attilio2011-08-253-1/+3
* When the RADIX_MPATH kernel option is enabled, the RADIX_MPATH code triesqingli2011-08-251-4/+1
* In rtinit1(), before rtrequest1_fib() is called, info.rti_flags iskevlo2011-08-081-1/+1
* Add missing MODULE_VERSION() definition to protect against duplicatingpluknet2011-08-011-0/+1
* Add spares to the network stack for FreeBSD-9:bz2011-07-172-3/+4
* Clear the filter memory area before using it. Leaving it uninitialized maymp2011-07-141-0/+2
* Permit ARP to proceed for IPv4 host routes for which the gateway is thezec2011-07-081-3/+0
* Grab the rlock before checking if our interface is enabled, it could bethompsa2011-07-071-1/+2
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-0311-0/+13
* Remove extra white space to comply with style for the rest of the struct.bz2011-07-031-2/+2
OpenPOWER on IntegriCloud