summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow writing IP packets of length TUNMRU no matter if TUNSIFHEAD is settuexen2016-05-191-2/+5
* Rather than having the if_vmove() code intermixed in the vnet_destroy()bz2016-05-183-9/+17
* Add a "vnet_state" field to struct vnet.bz2016-05-182-0/+5
* Activate the NO_64BIT_ATOMICS code for mips and powerpcscottl2016-05-181-3/+5
* Remove assertions that don't make sense for the data type.scottl2016-05-181-2/+0
* Add a dummy VNET_SYSINIT that will make sure all VNETs started willbz2016-05-181-0/+10
* Split 'show vnets' into 'show vnet' and 'show all vnets'.bz2016-05-181-13/+31
* Make compile without INET or without IP support in the kernel by hidingbz2016-05-181-7/+18
* Import the 'iflib' API library for network drivers. From the author:scottl2016-05-187-0/+6085
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* Mark the unused arguments of various SYSINIT functions __unused.bz2016-05-171-3/+3
* When handling SIOCSIFNAME ensure that the new interface name is NULtruckman2016-05-151-0/+5
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-141-0/+15
* Allow silencing of 'promiscuous mode enabled/disabled' messages.n_hibma2016-05-121-4/+14
* Improve performance and functionality of the bitstring(3) apiasomers2016-05-041-7/+2
* sys/net*: minor spelling fixes.pfg2016-05-0320-23/+23
* Remove the most useful INET || INET6 check leftover from whenever,bz2016-05-031-3/+0
* Complete the UDP tunneling of ICMP msgs to those protocolsrrs2016-04-281-1/+1
* radix_mpath: Don't derefence a NULL pointer in for loop iterationcem2016-04-261-1/+1
* sys: extend use of the howmany() macro when available.pfg2016-04-261-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-4/+2
* Add more fields from struct ifnet needed during debugging a kernel panic.bz2016-04-201-1/+3
* radix rn_inithead: Fix minor leak in low memory conditionscem2016-04-201-0/+2
* bpf_getdltlist: Don't overrun 'lst'cem2016-04-201-1/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-1514-50/+50
* During if_vmove() we call if_detach_internal() which in turn calls the eventbz2016-04-113-0/+76
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-102-3/+3
* Revert accidental submit of WIP as part of r297609rpokala2016-04-062-278/+39
* Storage Controller Interface driver - typo in unimplemented macro inrpokala2016-04-062-39/+278
* Remove an unneeded check.jhb2016-04-051-3/+0
* Catch up with some more fields. I needed the bpf one lately.bz2016-03-311-0/+2
OpenPOWER on IntegriCloud