summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix a case where the multicast addresses were not removed from some ports. Thethompsa2007-04-121-32/+49
* Fix an uninitialized variable warning.thompsa2007-04-101-1/+1
* Add the trunk(4) driver for providing link aggregation, failover and faultthompsa2007-04-107-0/+3872
* Fix regression in rev. 1.140.glebius2007-03-271-6/+7
* Fix a case where hardware removal of an interface caused an attempt tobms2007-03-272-5/+13
* Fix some statements in disc(4) and about it:yar2007-03-261-1/+1
* Give a hint that softc can contain many things besides ifp.yar2007-03-261-0/+5
* We no longer embed ifnet in softc, and the pointer to ifnetyar2007-03-261-4/+4
* Introduce a new toy interface, edsc(4). It's a discard interfaceyar2007-03-261-0/+349
* Fix a typo, and update a comment.bms2007-03-221-3/+2
* When working on an RTM_CHANGE do the route editing in the followingglebius2007-03-221-18/+17
* Make the m_pullup() diagnostic message compile-time conditional on DIAGNOSTIC.bms2007-03-201-0/+2
* Fix tinderbox; ng_ether needs to see if_findmulti().bms2007-03-202-3/+3
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-202-39/+195
* etherbroadcastaddr is now unused.thompsa2007-03-191-3/+0
* M_BCAST & M_MCAST are now set by ether_input before passing to the bridge.thompsa2007-03-191-7/+1
* Clean up the ether_input() path by using the M_PROMISC flag.bms2007-03-191-120/+125
* Add a sysctl net.link.tap.up_on_open which defaults to zero; when itbms2007-03-191-1/+6
* Now <net/if_arp.h> is unused here.yar2007-03-191-1/+0
* Fix a nameless constant: 6 -> ETHER_ADDR_LENyar2007-03-191-1/+1
* Now that this driver uses ether_ioctl(), it no longer needsyar2007-03-191-6/+0
* Give a chance for packet to appear with a correct input interfacesrik2007-03-181-30/+50
* Remove a spurious blank line at the start of vlan_growhash().yar2007-03-151-1/+4
* Properly move the setting of bstp_linkstate_p to the bridgestp module.thompsa2007-03-142-2/+1
* Let vlan_ioctl() pass some work on to ether_ioctl()yar2007-03-141-25/+1
* Emit load and unload messages under bootverbose.yar2007-03-121-0/+11
* Fix some minor issues in the internal vlan lists:yar2007-03-121-20/+6
* Change the passing of callbacks to a struct in case this needs to be extended...thompsa2007-03-093-6/+14
* Add Ethertype for 802.3ad LACP.bms2007-03-071-0/+1
* Prepare for 802.1p:bms2007-02-281-3/+34
* Add three new ioctl(2) commands for bpf(4).jkim2007-02-263-35/+106
* Move the lock init until after if_alloc in case the allocation fails and wethompsa2007-02-231-1/+1
* Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possiblecsjp2007-02-221-2/+3
* Fix a bug in if_findmulti(), whereby it would not find (and thus delete)bms2007-02-221-3/+22
* Replace a suser() check with an explicit check for PRIV_NET_SETIFMTU.rwatson2007-02-201-1/+2
* Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64.cognet2007-02-091-1/+1
* Fix devfs cloning for non-superusers when net.link.tap.user_open is non-zero.bms2007-02-051-5/+2
* Clean up after tun(4) properly; remove routes whose ifp is set tobms2007-02-051-4/+9
* Implement ifnet cloning for tun(4)/tap(4).bms2007-02-042-39/+203
* Drop unicast Ethernet frames not destined for the configured addressbms2007-02-031-0/+18
* Use int instead of u_int for the 'extra' argument to thebms2007-02-021-1/+1
* Update comment for struct bpf_d: we now store buffered packets for BPFrwatson2007-01-291-3/+3
* Remove slightly dubious comment; add descriptive strings for severalrwatson2007-01-281-5/+2
* Remove BSD < 199103 compatibility entries in the bpf_d structure: they arerwatson2007-01-271-7/+0
* Remove now unused bpf_compat.h. This compatibility file emulates malloc(9)rwatson2007-01-271-51/+0
* Set topology change propagation on all ports _except_ the caller.thompsa2007-01-181-1/+1
* style(9) nit. Prefer struct[space]name[space]{ to make grep searches morecsjp2007-01-011-2/+2
* - Don't defer the removal of an 802.1q header for no real reason.yar2006-12-301-25/+16
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-1/+1
* First cut at half/quarter-rate 11a channel support (e.g. for usesam2006-12-271-0/+9
OpenPOWER on IntegriCloud