aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.12: correct bug introduced in 1.11 where ZFREE was moved to aChris D. Faulhaber2002-03-241-2/+6
* MFC 1.11: Error handling fixes for inflate.Chris D. Faulhaber2002-02-231-4/+7
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_5'.cvs2svn2002-02-0475-0/+35496
|\
| * MFC: RTM_IFANNOUNCE routing socket message type.Ruslan Ermilov2002-02-014-0/+55
| * MFC rev 1.106Jesper Skriver2002-01-161-0/+13
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-01-081-0/+780
| * MFC: rev 1.87Joerg Wunsch2002-01-071-4/+4
| * MFC rev 1.18: fix pseudo enumeration constants that are to be used asJoerg Wunsch2002-01-061-2/+2
| * MFC:Ruslan Ermilov2001-12-209-152/+197
| * MFC: Initalize ifq_maxlen to silience a harmless warning.Brooks Davis2001-12-191-0/+1
| * MFC: 1.60: Bring in latest CSRG revisions to this file:Ruslan Ermilov2001-12-191-1/+9
| * MFC: 64-bit fixes from CSRG.Ruslan Ermilov2001-12-192-4/+4
| * MFC: 1.65: ignore cloning flags for host routes.Ruslan Ermilov2001-12-191-2/+4
| * MFC 1.80: bring comment for bpfattach() in sync with reality.iDima Dorfman2001-12-191-3/+4
| * MFC: Make bpf's read timeout feature work more correctly withJohn Polstra2001-12-172-7/+59
| * MFC rev 1.104: fix for input bytes statistic when using bridging.David Greenman2001-12-161-1/+2
| * Add a comment to clarify that even when structure size and fieldsLuigi Rizzo2001-12-161-1/+8
| * MFC: Make faith(4) interfaces (un)loadable and clonable.Brooks Davis2001-12-151-43/+149
| * MFC: r1.73; inet address hash table support.Jonathan Lemon2001-12-141-0/+4
| * MFC: r1.13; inet hash table support.Jonathan Lemon2001-12-141-5/+1
| * MFC: syncache support.Jonathan Lemon2001-12-141-1/+1
| * MFC: r1.99; set some values before calling if_attach().Jonathan Lemon2001-12-141-1/+1
| * MFC: r1.116; support for interface capabilities.Jonathan Lemon2001-12-141-0/+14
| * MFC: r1.37; add entries for network device capabilitis.Jonathan Lemon2001-12-141-5/+17
| * MFC: r1.64, r1.65; network device capability support.Jonathan Lemon2001-12-141-0/+10
| * By loud (and maybe popular) demand, back out the device polling code,Luigi Rizzo2001-12-082-10/+0
| * MFC: Make vlan(4) devices loadable, unloadable, and clonable.Brooks Davis2001-12-044-73/+184
| * As approved by the Release Engineer, here comes the code for pollingLuigi Rizzo2001-12-042-0/+10
| * MFC: M_ZERO changes. Partially described by:Bruce A. Mah2001-11-271-4/+2
| * Ignore any IFF_MULTICAST flag specification in ioctl(TUNSIFMODE)Brian Somers2001-11-251-2/+1
| * Whitespace change -- replace leading spaces with tabs.Luigi Rizzo2001-11-241-7/+7
| * MFC: Allow IFF_MULTICAST flag specification in ioctl(TUNSIFMODE)Brian Somers2001-11-231-6/+4
| * MFC: comment the assumption on the layout of softc, arpcom and ifnet structs.Luigi Rizzo2001-11-231-0/+20
| * Formatting cleanup, remove a redundant variable.Luigi Rizzo2001-11-043-26/+20
| * use MZERO instead of a separate bzero callLuigi Rizzo2001-11-041-2/+1
| * Mega-MFC for ipfw/bridge/dummynet features and fixes added over theLuigi Rizzo2001-11-033-166/+267
| * MFC: printed current sequence number of the SA. accordingly, changedHajimu UMEMOTO2001-10-241-2/+2
| * MFC: 1.62:Ruslan Ermilov2001-10-021-1/+1
| * MFC 1.79: Fix bpf devices so select() recognizes they are always writable.Garance A Drosehn2001-09-201-5/+8
| * MFC: Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-111-1/+2
| * MFC 1.97: be robust to zero-length mbufs and print interface name whenBill Fenner2001-08-081-4/+3
| * MFC:Bill Fenner2001-08-013-29/+44
| * MFC: libpcap 0.6Bill Fenner2001-08-011-2/+82
| * MFC 1.72: If LCP proto-rej is received, drop the protocol mentioned byHajimu UMEMOTO2001-07-311-1/+59
| * MFC 1.5: incorrect bounds-check on snprintf.Hajimu UMEMOTO2001-07-301-2/+2
| * MFC 1.63: As commented in defined in sys/net/route.c, rt_fixchange()Hajimu UMEMOTO2001-07-291-5/+25
| * MFC: do not do arp send/resolve on interface marked NOARP.Jonathan Lemon2001-07-253-5/+11
| * MFC: Interface cloning support. gif modularity and cloning.Brooks Davis2001-07-246-122/+478
| * MFC 1.54: adjust mbuf length right in route_output().Hajimu UMEMOTO2001-07-111-1/+7
| * MFC: Suppress update ifnet.iflastchange.(1.11)Munechika SUMIKAWA2001-07-061-1/+0