summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect never used global, sysctl, externs.bz2011-06-212-8/+0
* Leave an extra comment about flowtable and IPv6 support rectifying abz2011-06-201-0/+1
* gre(4) was using a field in the softc to detect possible recursion.bz2011-06-182-13/+72
* Grab one of the ifcap bits for netmap, and enable printing in ifconfig.luigi2011-06-141-0/+10
* Set curvnet context in a callout-trigerred code path.zec2011-06-072-0/+6
* Properly return an ENOBUFS error if a write to a tun(4) device failsjhb2011-06-031-10/+7
* Add an optional netisr dispatch point at ether_input(), but set therwatson2011-06-011-1/+41
* On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-311-1/+1
* Rework netisr policy mechanism so that per-protocol dispatch policies canrwatson2011-05-243-57/+247
* Allow for vlan(4) interfaces with MTU of 1500 bytes to be configuredzec2011-05-241-0/+4
* Let epair(4) virtual interfaces report fake link / media status,zec2011-05-241-0/+37
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-202-4/+6
* - Add 10baseT as an alias for 10baseT/UTP.marius2011-05-151-0/+25
* Fix white space nits and styleyongari2011-05-061-9/+7
* Do not increment collision counter if transmit have failed.yongari2011-05-061-3/+1
* LACP frames must not be send VLAN-tagged, check for that before processing.thompsa2011-04-301-1/+1
* Make various (pseudo) interfaces compile without INET in the kernelbz2011-04-272-7/+15
* When removing ifnets, we should first remove the reference to ifnetglebius2011-04-041-9/+10
* - Merge changes to the base system to support OFED. These includejeff2011-03-217-65/+232
* Remove dead code.dchagin2011-03-201-17/+0
* ouch, newrt is used on the return path, my fault.dchagin2011-03-191-1/+1
* A bit rearranged rtalloc1_fib() code.dchagin2011-03-191-6/+6
* Remove a now unused variable.dchagin2011-03-191-2/+1
* Fix a panic that can happen when trying to destroy a lagg(4) with scheduler s...eri2011-03-041-1/+2
* Hide the outer IP addresses of a tunnel interfaces (gif(4), gre(4))bz2011-03-022-0/+26
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-15/+34
* Mfp4 CH=177255:bz2011-02-111-3/+12
* Mfp4 CH=177255:bz2011-02-113-15/+24
* Mfp4 CH=177255:bz2011-02-111-2/+2
* As info.rti_info[RTAX_DST] can point inside of rtm we must not free the rtmmlaier2011-02-101-1/+3
* Fix a LOR by dropping the global ifnet locks while allocating a new ifnetjhb2011-01-241-6/+20
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-192-4/+5
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-123-7/+7
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* MfP4 CH=185246 [1]:bz2011-01-091-0/+2
* - Restore dropping the priority of syncer down to PPAUSE when it is idle.jhb2011-01-061-0/+5
* Teach ifconfig(8) the handy shared option shortcut aliases the NetBSDmarius2011-01-051-0/+9
* Fix whitespace.marius2011-01-051-37/+35
* Use NULL rather than 0 to invalidate a pointer.bz2010-12-311-9/+2
* Print the vnet pointer under DDB when iterating over flowtables of eachbz2010-12-311-0/+3
* Move the increment operation under the lock and split the conditionbz2010-12-311-8/+10
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-251-6/+2
* Adds IFF_CANTCONFIG to IFF_CANTCHANGE that it shouldn't happen throughweongyo2010-12-071-1/+1
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceweongyo2010-12-071-1/+1
* o Swap descriptions for net.bpf.bufsize and net.bpf.maxbufsize.maxim2010-11-241-2/+2
* Allow for vlan(4) ifnets to have overlapping unit numbers if they arezec2010-11-221-0/+42
* After some off-list discussion, revert a number of changes to thedim2010-11-2210-36/+32
* Add a missing ';' and change the debugging sysctl from xint to int.bz2010-11-211-2/+2
* Instead of unconditionally emitting .globl's for the __start_set_xxx anddim2010-11-141-3/+4
OpenPOWER on IntegriCloud