summaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* MFC: add support for using kqueue to watch bpf sockets.John-Mark Gurney2003-08-212-11/+78
* MFC 1.164: Disabling multicast on vlan interface caused kernel panic.Hajimu UMEMOTO2003-07-261-0/+2
* MFC rev 1.83:Mike Silbersack2003-06-011-20/+14
* MFC: (1.144, 1.145): Check the return value from m_copy() for NULL.Archie Cobbs2003-04-281-6/+8
* MFC: if_printf()Max Khon2003-04-152-0/+15
* MFC 1.46: Implement SIOCGIFMEDIA for vlan devicesBill Fenner2003-02-141-0/+23
* MFC:Max Khon2003-02-051-8/+16
* revert algorithm renumbering done in FAST_IPSEC MFC; this breaks binarySam Leffler2003-01-311-15/+15
* MFC: sync Arcnet driver and framework with -currentMax Khon2003-01-283-85/+161
* MFC: Fast IPsecSam Leffler2003-01-241-15/+17
* MFC: m_tag supportSam Leffler2003-01-234-8/+6
* MFC: revision 1.73.Ruslan Ermilov2003-01-171-4/+7
* Re-sync with -HEAD.Kelly Yancey2002-12-231-12/+156
* Back out the non-functional pfil(4) hooks for IPFilter; they do notCrist J. Clark2002-12-061-24/+13
* MFC 1.127: Unconditionally restore the pointer to the saved EthernetCrist J. Clark2002-12-061-2/+1
* MFC:Ruslan Ermilov2002-12-041-1/+9
* Forced commit to repair cvs breakage. Folks, do not use -k flags whenPeter Wemm2002-12-032-2/+2
* MFC: gre(4) kernel driver and associated changes.Maxim Sobolev2002-12-013-33/+338
* MFC: obey to fw_one_pass in bridge and layer 2 firewalling (the latterLuigi Rizzo2002-11-212-4/+4
* MFC: fix multicast routing KLD support, including some minor bug fixesLuigi Rizzo2002-11-201-6/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-11-191-0/+756
* MFC 1.56: use uintptr_t to cast a pointer to an int to avoid warningsLuigi Rizzo2002-11-181-1/+1
* MFC 1.58 (fix misindentation) + remove EOL whitespace.Luigi Rizzo2002-11-181-14/+14
* MFC: last arg of in6?_gif_output() is not used any more.Hajimu UMEMOTO2002-11-081-2/+2
* MFC 1.34Hajimu UMEMOTO2002-11-081-10/+15
* MFC 1.33: s/gifp/ifp/Hajimu UMEMOTO2002-11-081-8/+8
* MFC:Hajimu UMEMOTO2002-11-082-132/+163
* MFC: Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.Hajimu UMEMOTO2002-11-082-6/+7
* Fix instance where the first argument to arp_ifinit() doesn't need castingKelly Yancey2002-10-131-1/+1
* MFC 1.49, 1.50: use <sys/queue> macros rather than fondling implementationKelly Yancey2002-10-131-7/+7
* MFC (spirit of) 1.6: use <sys/queue> macros rather than fondlingKelly Yancey2002-10-131-4/+1
* MFC 1.100, 1.101, queue-related bits of 1.111, and 1.113: Use <sys/queue>Kelly Yancey2002-10-131-30/+27
* MFC 1.30: mistakenly set IFF_UP by SIOCSIFPHYADDR.Hajimu UMEMOTO2002-10-111-4/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-09-271-0/+165
* MFC: user-setable promisc mode. The code is slightly diffrent (and uglier)Maxim Sobolev2002-08-303-9/+31
* MFC: implement a new interface for ether_input(): passing a null ehLuigi Rizzo2002-08-071-12/+26
* MFC: cap bitsWarner Losh2002-08-031-3/+3
* Make net.link.ether.ipfw read-write so users of ipfw2 canLuigi Rizzo2002-07-311-1/+1
* Fix -STABLE kernel build due to possibly missed file in MFC.Robert Watson2002-07-311-0/+4
* MFC: Merge most of this file from -current to here. All those valuesWarner Losh2002-07-301-35/+39
* MFC 1.18: Add some additional 802.11 media definitions.Kelly Yancey2002-07-231-0/+27
* The purpose of this commit is to bring the net/ and netinet/ sourcesLuigi Rizzo2002-07-092-119/+289
* MFC: libpcap-0.7.1Bill Fenner2002-07-051-14/+46
* MFC rev 1.75 which accidentally got left out when committing rev 1.59.2.11Joerg Wunsch2002-07-031-11/+15
* 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-90/+92
* 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