summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD.jhb2012-03-191-3/+0
* Hide kernel option ROUTETABLES evaluations in the implementationbz2012-03-182-21/+18
* - remove an extra parenthesis in a closing brace;luigi2012-03-111-1/+6
* Move the vlan buffer space into the union which also fixes an unused variablethompsa2012-03-071-2/+2
* Add the ability to set which packet layers are used for the load balance hashthompsa2012-03-063-15/+82
* Properly restore curvnet context when returning early fromzec2012-03-041-1/+4
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-031-7/+7
* Use a more appropriate default for the maximum number of addresses in thethompsa2012-02-291-2/+2
* A bunch of netmap fixes:luigi2012-02-272-69/+92
* Only look for a usable MAC address for the bridge ID from ports within ourthompsa2012-02-241-20/+30
* Add a sysctl/tunable default value for the use_flowid sysctl in r232008.thompsa2012-02-231-1/+6
* Indicate this function decrements the timer as well as testing for expiry.thompsa2012-02-231-11/+11
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-3/+1
* Now that network interfaces advertise if they support linkstate notificationsthompsa2012-02-231-3/+5
* bstp_input() always consumes the packet so remove the mbuf handling dancethompsa2012-02-233-9/+6
* Using the flowid in the mbuf assumes the network card is giving a good hash forthompsa2012-02-223-2/+18
* 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
OpenPOWER on IntegriCloud