summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Note that rev. 1.221 introduced a local workaround for a general problem.yar2006-12-241-0/+4
* MFp4: 92972, 98913 + one more changebz2006-12-121-6/+10
* These days P2P means peer-2-peer (also well known from serveral filesharingthompsa2006-12-114-25/+25
* Fix an oscure bug triggered by a recent change in kern_socket.c.luigi2006-12-081-1/+9
* Use callout mechanism instead of timeout()/untimeout().ume2006-12-053-3/+4
* Add two new flags to if_bridge(4) indicating whether the edge flagsyrinx2006-12-044-3/+18
* Fix SIOCGDRVSPEC/BRDGGIFSSTP ioctl: make it copyin() the usersyrinx2006-12-031-1/+1
* Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefsrwatson2006-12-011-20/+0
* fix typo in last commitimp2006-12-011-1/+1
* Use FreeBDS standard __packed as opposed to the gcc centricimp2006-12-011-2/+2
* Move the __packed declarations. This makes sizeof(struct llc) 8 againimp2006-12-011-7/+11
* Use CTASSERT to make sure:imp2006-12-011-1/+6
* The recent issues with em(4) interface has shown that the old 4.4BSDglebius2006-11-301-0/+3
* Change net.isr.direct from defaulting to 0 to 1 in 7-CURRENT. Thisrwatson2006-11-281-1/+1
* Sync with the OpenBSD port of RSTPthompsa2006-11-274-65/+77
* Initialize the port info, this shouldnt have been removed in r1.28thompsa2006-11-261-0/+1
* Remove redundant setting of port state.thompsa2006-11-261-1/+0
* use two stage creation of stp ports, this means that the stp variables can bethompsa2006-11-263-25/+33
* Initialize a local variable in 2 places just before it is used, not alwaysbde2006-11-231-1/+2
* Do not call bstp_stop() internally as it clears the running flag which causesthompsa2006-11-191-11/+3
* Fix typo in commentcsjp2006-11-181-1/+1
* Currently, drivers that support hardware offload of VLAN tagcsjp2006-11-182-0/+59
OpenPOWER on IntegriCloud