summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* MFC 307985-307988sephe2016-11-141-0/+1
* MFC 307843sephe2016-11-111-1/+9
* MFC 307710-307712,307714sephe2016-11-111-0/+4
* MFC 307078sephe2016-10-191-1/+1
* MFC 306936-306939sephe2016-10-191-0/+1
* MFC 306484,306485sephe2016-10-191-0/+2
* MFC 305405,305407,305408,305410,305411,305453sephe2016-10-171-3/+32
* MFC 305277,305278sephe2016-10-171-1/+15
* MFC 305175,305176,305179,305182,305268,305270,305276sephe2016-10-171-0/+33
* MFC 305173,305174sephe2016-10-171-0/+3
* MFC 304973,304975,304976,304979,305044-305048sephe2016-10-171-12/+16
* MFC 304832-304834,304972sephe2016-10-171-0/+11
* MFC 304783-304785sephe2016-10-171-0/+3
* MFC 304654,304722,304723sephe2016-10-171-0/+269
* MFC 303754: Add __printflike() to bus_describe_intr() to enable -Wformat checks.jhb2016-10-061-1/+1
* MFC r306289:kp2016-10-021-31/+55
* MFC 305177sephe2016-09-121-1/+1
* MFC r303382:kib2016-08-262-2/+4
* MFC r304021: Update iflib to support more NIC designsshurd2016-08-233-181/+410
* MFC r304313:ae2016-08-212-8/+7
* MFC r303009: Negotiate/disable TXCSUM_IPV6 same as TXCSUM.mav2016-08-181-1/+2
* Merge r303263:glebius2016-08-021-0/+13
* MFC r302476:pfg2016-07-132-2/+3
* MFC r302439:bdrewery2016-07-121-3/+3
* Add variable declaration missing in r302372.nwhitehorn2016-07-061-0/+1
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-062-5/+5
* Several device drivers call if_alloc() and then do further checks andbz2016-06-291-0/+3
* Update pf(4) and pflog(4) to survive basic VNET testing, which includesbz2016-06-231-1/+3
* Add spares to struct ifnet and socket for packet pacing and/or generalnp2016-06-231-0/+2
* Add more fields to if_debug.c for ddb(4) 'show ifnet'; resortbz2016-06-221-3/+10
* After r302054 unloading an network interface driver on a kernelbz2016-06-221-1/+8
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-2113-45/+144
* pf: Filter on and set vlan PCP valueskp2016-06-171-1/+7
* iflib: Improve cleanup on iflib_queues_alloc error pathcem2016-06-071-5/+16
* iflib: Fix potential leak in iflib_if_transmitcem2016-06-071-2/+2
* ng_mppc(4): Bring netgraph(3) MPPC compression support.pfg2016-06-073-0/+645
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiessephe2016-06-072-3/+2
* After tearing down the interface per-"domain" bits, set the data areabz2016-06-061-1/+3
* Similarly to r301505 protect the removal of the ifa from the if_addrheadbz2016-06-061-1/+4
* In if_purgeaddrs() we cannot hold the lock over the entire loopbz2016-06-061-0/+3
* SYSINIT functions do not return a value; switch to void, removebz2016-06-061-6/+4
* Provide a public interface to rt_flushifroutes which takes the addressbz2016-06-062-0/+10
* Make the KASSERT message more helpful by also printing the ifp informationbz2016-06-061-1/+2
* Add support to priority code point (PCP) that is an 3-bit fieldaraujo2016-06-063-9/+127
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.bz2016-06-035-6/+200
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-029-26/+67
* In if_attachdomain1() there does not seem to be any reasonbz2016-05-281-2/+1
* Change net.link.log_promisc_mode_change to a read-only tunablen_hibma2016-05-251-1/+1
* Allow an MTU of 65535 bytes to be set via TUN[SG]IFINFO. This requirestuexen2016-05-241-2/+2
* sys/net: more spelling.pfg2016-05-191-2/+2
OpenPOWER on IntegriCloud