aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure buffers in if_bridge are fully initialized before copyingColin Percival2006-01-251-0/+3
* MFC if_bridge r1.30Andrew Thompson2005-10-271-19/+25
* MFC ng_ether support for if_bridge and cleanup of bridge hooks.Andrew Thompson2005-10-231-9/+16
* MFC: if_bridge.c r1.26, if_ethersubr.c r1.205Andrew Thompson2005-10-191-1/+5
* MFC: if_bridge.c r1.23Andrew Thompson2005-10-061-20/+9
* MFC: if_bridge.c, r1.22Andrew Thompson2005-09-251-1/+1
* MFC: if_bridge.c, r1.21; if_ethersubr.c, r1.198; in6_ifattach.c, r1.28;Andrew Thompson2005-09-131-5/+27
* MFC: if_bridge, r1.20Andrew Thompson2005-08-301-0/+1
* MFC: bridgestp.c, r1.6; if_bridge.c, r1.18Andrew Thompson2005-08-301-5/+8
* MFC: if_bridge.c, r1.19Andrew Thompson2005-08-261-7/+0
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-25/+27
* MFC: if_bridge.c, r1.17; bridgestp.c, r1.5Andrew Thompson2005-08-191-0/+5
* MFC: if_bridge.c, r.1.5Andrew Thompson2005-08-111-2/+2
* MFC: if_bridge.c, r1.14Andrew Thompson2005-08-051-0/+8
* MFC: if_bridge.c, r1.13Andrew Thompson2005-07-251-0/+1
* MFC: Allow interfaces with MTU != 1500 to be bridgedAndrew Thompson2005-07-191-1/+6
* - Previously when broadcasting to N number of interfaces we would run pfilAndrew Thompson2005-07-061-28/+86
* Check the alignment of the IP header before passing the packet up to theAndrew Thompson2005-07-021-27/+48
* Sync if_bridge to NetBSD r1.31Andrew Thompson2005-06-291-9/+9
* Fix a panic when bringing up the bridge interface. We were casting a ifnetAndrew Thompson2005-06-271-1/+1
* Catch up with the struct ifnet changes and use if_alloc().Andrew Thompson2005-06-101-1/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-36/+36
* Add missing {} in last commit.Max Laier2005-06-101-1/+2
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.Andrew Thompson2005-06-101-18/+80
* Bring in IPFW layer2 filtering from bridge.c, this allows Ethernet filteringAndrew Thompson2005-06-071-2/+65
* Change ipv6 packet filtering to match ipv4. It now checks pfil_member andAndrew Thompson2005-06-061-1/+10
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dAndrew Thompson2005-06-051-0/+2408