summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix unused variable error with !INET6thompsa2007-05-151-1/+2
* Feed ipv6 flowlabel to hash calculation.thompsa2007-05-151-1/+3
* Change from a mutex to a read/write lock. This allows the tx port to bethompsa2007-05-154-83/+132
* Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previousrwatson2007-05-131-0/+2
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-091-0/+2
* - Correctly check if lp_ioctl is nullthompsa2007-05-071-20/+9
* The purgemulti call is not needed since all the ports have already been detac...thompsa2007-05-071-3/+0
* Call if_setlladdr() on the aggregation port from a taskqueue so the softc lockthompsa2007-05-072-5/+89
* Avoid touching various unsafe parts if the interface is disappearing.thompsa2007-05-073-8/+16
* Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the codethompsa2007-05-074-81/+37
* Fix flag descriptions.thompsa2007-05-031-2/+2
* - Add a disabled state for ports that can not be aggregatedthompsa2007-05-033-6/+21
* Fix a couple of typos in a comment.yar2007-05-021-2/+2
* Set the master flag on the right variable.thompsa2007-05-021-1/+1
* Test for IFM_FDX rather than IFM_HDX as the half-duplex bit may not be set eventhompsa2007-05-021-1/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-179-1916/+1916
* 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
OpenPOWER on IntegriCloud