summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-149-23/+23
* Add macros to define static instances of VNET_DEFINE and DPCPU_DEFINE.dim2010-11-141-6/+9
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-0/+10
* Use 'z' modifier for size_t printing.kib2010-11-131-1/+1
* Similar to r212647, remove the workaround in sys/net/vnet.h for an lddim2010-11-121-9/+0
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-122-4/+22
* Use the same treatment as in linker_set.h for the __start and __stopdim2010-11-111-0/+2
* Sync DLTs with the latest pcap version.rpaulo2010-10-291-0/+137
* Factor out DDB commands from r204145, r204279 into if_debug.c for furtherbz2010-10-252-82/+126
* Reshuffle SIOCGIFCONF32 handler from r155224.pluknet2010-10-212-27/+29
* Close a race acquiring the IF_ADDR_LOCK() for each entry while iteratingbz2010-10-161-0/+4
* lltable_drain() has never been used so far, thus #if 0 it for now.bz2010-10-162-0/+6
* Only hide the ifa and not the tp under #ifdef INET as the tp is neededbz2010-10-011-1/+1
* - Expand scope of tun/tap softc locks to cover more softc fields andjhb2010-09-222-145/+97
* Fix a typo in a comment.jkim2010-09-161-1/+1
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-2/+2
* MFp4 CH=183259:bz2010-09-021-2/+2
* Add a sysctl knob to accept input packets on any link in a failover lagg.emaste2010-09-011-1/+9
* MFp4 CH=182972:bz2010-08-271-0/+4
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-5/+9
* When moving an ethernet ifnet from one vnet to another, destroy thezec2010-08-132-0/+34
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-113-11/+18
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-113-40/+19
* Adjust the interface type in the link layer socket address for vlan(4)jhb2010-08-061-0/+5
* Properly set ifi_datalen for compat32 struct if_data32.kib2010-08-031-1/+1
* Don't check malloc(M_WAITOK) result.glebius2010-07-271-2/+0
OpenPOWER on IntegriCloud