summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-174-70/+122
* Change some headers such that lang/gcc* ports no longer patch them.tijl2012-02-141-1/+1
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-112-44/+257
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.bz2012-02-112-6/+0
* g/c last bit of old ipv6 prefix management.pluknet2012-02-082-17/+1
* - change the buffer size from a constant to aluigi2012-02-082-13/+1
* Allow to set if_bridge(4) sysctls from /boot/loader.conf.pjd2012-02-071-0/+7
* Fix typo in r231010.glebius2012-02-051-1/+1
* Better comment for ifa_init(), ifa_ref(), ifa_free().glebius2012-02-051-1/+1
* In ifa_init() initialize if_data.ifi_datalen. This would beglebius2012-02-051-0/+1
* A flowtable entry can continue referencing an llentry indefinitely if the ent...kmacy2012-01-262-1/+4
* Replace random ARIN direct assignment legacy IPs with proper RFC 5735bz2012-01-241-4/+4
* - 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
OpenPOWER on IntegriCloud