aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-035-115/+97
* MFC: 1.72; avoid exposing struct if_clone and the sys/queue.h macrosIan Dowse2002-07-011-0/+4
* MFC rev 1.70:Mike Silbersack2002-06-291-0/+1
* Add IF_HANDOFF() and _IF_QFULL() macros to ease merging code from -CURRENTLuigi Rizzo2002-06-281-95/+97
* MFC netinet/if_ether.c:1.93-1.94,Kelly Yancey2002-06-182-2/+13
* MFC: rev 1.94: Fix a misplaced break statement within a switch thatJoerg Wunsch2002-05-131-1/+1
* MFC:SUZUKI Shinsuke2002-04-288-22/+78
* Mega-MFC of the latest sppp(4) version.Joerg Wunsch2002-04-242-98/+415
* MFC: Two more errors for host access point stuff.Warner Losh2002-04-241-0/+2
* MFC: 1.14: hostap media typeWarner Losh2002-04-241-0/+2
* MFC: 1.139 sys/net/if.cSUZUKI Shinsuke2002-04-161-4/+10
* MFC: Replace (deprecated ?) FREE() macro with direct calls toLuigi Rizzo2002-04-146-17/+17
* MFC: rev 1.3 (fix incorrect m_free/m_freem() usage)Max Khon2002-04-141-4/+2
* MFC 1.135: Make `route add -inet6 default ::1 -ifp gif0' work actually.Hajimu UMEMOTO2002-04-081-5/+1
* Bugfix: fix a couple of m_free() -> m_freem() usages and related issues.Luigi Rizzo2002-04-043-31/+17
* MFC: rev 1.18: Add sysctls net.link.gif.max_nesting andBrooks Davis2002-03-251-5/+27
* MFC: rev 1.37Brooks Davis2002-03-251-0/+20
* MFC sys/net/zlib.c 1.13: correct deflate window size check.Chris D. Faulhaber2002-03-241-1/+1
* Fix of MFC: revision 1.59.2.6 back on Sept 20, 2001 was meant to beGarance A Drosehn2002-03-231-1/+1
* MFC 1.12. Fix a bug introduced in 1.11 that causes a machine to panicMatthew Dillon2002-03-201-1/+5
* MFC rev. 1.75: remove duplicated and wrong sc->sc_last_recv setting.Maxim Konovalov2002-03-121-4/+1
* Do not touch "m" after IF_ENQUEUE.Hajimu UMEMOTO2002-03-101-2/+2
* MFC: send out an ARP packet when the lladdr is changed so otherLuigi Rizzo2002-03-081-0/+11
* MFC 1.47: Unbreak bridge.ko. Replace an unresolved symbol with theCrist J. Clark2002-03-071-1/+3
* MFC rev 1.74: don't call if_up() when upping the interface, sinceJoerg Wunsch2002-02-261-1/+2
* MFC 1.11: Error handling fixes for inflate.Chris D. Faulhaber2002-02-221-4/+7
* unbreak binary compatibility for network driversMax Khon2002-02-208-10/+1
* MFC: rev. 1.66 fix an unaligned sysctl buffer on 64-bit platforms.Bernd Walter2002-02-181-0/+1
* Lots of improvement to the bridging code.Luigi Rizzo2002-02-152-299/+398
* MFC: ARP support for variable length link level addressesMax Khon2002-02-137-6/+24
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-02-131-0/+148
* MFC remove the MFREE() mbuf macro and cleanup twists in related code.Matthew Dillon2002-02-135-14/+9
* MFC: device polling code for RELENG_4.Luigi Rizzo2002-02-093-2/+20
* 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