aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Move the vlan buffer space into the union which also fixes an unused variableAndrew Thompson2012-03-071-2/+2
* Add the ability to set which packet layers are used for the load balance hashAndrew Thompson2012-03-063-15/+82
* Properly restore curvnet context when returning early fromMarko Zec2012-03-041-1/+4
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-031-7/+7
* Use a more appropriate default for the maximum number of addresses in theAndrew Thompson2012-02-291-2/+2
* A bunch of netmap fixes:Luigi Rizzo2012-02-272-69/+92
* Only look for a usable MAC address for the bridge ID from ports within ourAndrew Thompson2012-02-241-20/+30
* Add a sysctl/tunable default value for the use_flowid sysctl in r232008.Andrew Thompson2012-02-231-1/+6
* Indicate this function decrements the timer as well as testing for expiry.Andrew Thompson2012-02-231-11/+11
* When using flowtable llentrys can outlive the interface with which they're as...Kip Macy2012-02-231-3/+1
* Now that network interfaces advertise if they support linkstate notificationsAndrew Thompson2012-02-231-3/+5
* bstp_input() always consumes the packet so remove the mbuf handling danceAndrew Thompson2012-02-233-9/+6
* Using the flowid in the mbuf assumes the network card is giving a good hash forAndrew Thompson2012-02-223-2/+18
* IFC @231845Bjoern A. Zeeb2012-02-178-80/+267
|\
| * Change some headers such that lang/gcc* ports no longer patch them.Tijl Coosemans2012-02-141-1/+1
| * Introduce a new NET_RT_IFLISTL API to query the address list. It worksBjoern A. Zeeb2012-02-112-44/+257
| * Backout changes from r228571. Remove if_data from struct ifa_msghdr again.Bjoern A. Zeeb2012-02-112-6/+0
| * g/c last bit of old ipv6 prefix management.Sergey Kandaurov2012-02-082-17/+1
| * - change the buffer size from a constant to aLuigi Rizzo2012-02-082-13/+1
| * Allow to set if_bridge(4) sysctls from /boot/loader.conf.Pawel Jakub Dawidek2012-02-071-0/+7
| * Fix typo in r231010.Gleb Smirnoff2012-02-051-1/+1
| * Better comment for ifa_init(), ifa_ref(), ifa_free().Gleb Smirnoff2012-02-051-1/+1
| * In ifa_init() initialize if_data.ifi_datalen. This would beGleb Smirnoff2012-02-051-0/+1
* | Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-1/+1
* | Move a comment from rtinit1() to the top of the file where dealing withBjoern A. Zeeb2012-02-032-15/+31
* | Minor optimization doing input validation with a possible early returnBjoern A. Zeeb2012-02-031-2/+2
* | Fix FLOWTABLE IPv6 handling in route.c missed in r205066.Bjoern A. Zeeb2012-02-032-10/+23
* | Allow for IPv6 to allocate (and in the VIMAGE case free) as many routingBjoern A. Zeeb2012-02-031-42/+64
* | Rather than putting magic 0s as FIB argument into the rt* calls, provideBjoern A. Zeeb2012-02-031-0/+1
|/
* A flowtable entry can continue referencing an llentry indefinitely if the ent...Kip Macy2012-01-262-1/+4
* Replace random ARIN direct assignment legacy IPs with proper RFC 5735Bjoern A. Zeeb2012-01-241-4/+4
* - Fix trivial typoEitan Adler2012-01-144-4/+4
* Clarify throughout the vlan(4) code the difference between a "tag" (theRobert Watson2012-01-122-54/+61
* Consumers of bpfdetach() expect it to remove all bpf_if structs from theLawrence Stewart2012-01-101-22/+31
* Convert the per-interface address list lock from a mutex to a reader/writerJohn Baldwin2012-01-091-11/+10
* Copy ifa->if_data to ifam->ifam_data. This was forgotten in r228571.Gleb Smirnoff2012-01-081-0/+1
* Move arprequest() declaration to if_ether.h.Gleb Smirnoff2012-01-081-3/+0
* Since r228571 CARP is no longer an interface.Gleb Smirnoff2012-01-061-8/+0
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-052-63/+63
* Add new variants of the IF_ADDR_*LOCK*() macros used for protectingJohn Baldwin2012-01-051-2/+8
* Refine last comment.Robert Watson2012-01-051-1/+1
* Add comment to the VLAN code about its integration with VIMAGE: we see whatRobert Watson2012-01-051-0/+7
* Revert r228986 until it can be reworked to avoid panicing the kernel when theLawrence Stewart2011-12-312-193/+82
* - Introduce the net.bpf.tscfg sysctl tree and associated code so as to make oneLawrence Stewart2011-12-302-82/+193
* Update if_obytes and if_omcast after successful transmit.Pyun YongHyeon2011-12-291-4/+8
* Provide ABI compatibility shim to enable configuring of addressesGleb Smirnoff2011-12-211-0/+8
* Restore a feature that was present in 5.x and 6.x, and was cleared inGleb Smirnoff2011-12-201-0/+1
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-166-9/+39
* Simplify rtrequest(RTM_ADD): ifa can't be NULL after rt_getifa_fib().Gleb Smirnoff2011-12-151-9/+4
* Remove the unused if_free_type() function.Brooks Davis2011-12-092-22/+2