summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Rather than hold a mutex over calls to SYSCTL_OUT allocate acsjp2005-07-261-12/+14
* scope cleanup. with this changeume2005-07-252-2/+31
* We check that all the member interfaces have the same MTU on attach to thethompsa2005-07-251-0/+8
* Introduce new sysctl variable: net.bpf.stats. This sysctl variable cancsjp2005-07-242-14/+117
* Allocate one of the spare ifnet integer fields to hold if_drv_flags,rwatson2005-07-211-1/+1
* Add some KASSERTS to catch null pointers.phk2005-07-211-1/+10
* Clear the PROMISC flag from the vlan interface when we remove a member. Wethompsa2005-07-201-0/+1
* In multicast routines:rwatson2005-07-191-8/+8
* Rename equal() macro to sa_equal(), which matches the definitionsrwatson2005-07-191-14/+16
* Lock down netnatm and mark as MPSAFE:rwatson2005-07-181-6/+9
* Fix for PR 82974. We were not checking that the route looked up ingnn2005-07-151-0/+19
* Move eventhandler for 'ifnet_departure_event' at the end of the progress.mlaier2005-07-141-2/+2
* MFp4:yar2005-07-141-80/+105
* Previously the bridge MTU was set to ETHERMTU and could not be changed. Sincethompsa2005-07-131-1/+6
* additions from libpcap 0.9.1 releasesam2005-07-111-1/+14
* - Previously when broadcasting to N number of interfaces we would run pfilthompsa2005-07-063-32/+89
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-052-3/+3
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-031-0/+13
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-021-27/+48
* Fix the recent panics/LORs/hangs created by my kqueue commit by:ssouhlal2005-07-012-3/+3
* Use m_uiotombuf() instead of own implementation. This is not justglebius2005-07-011-25/+10
* Sync if_bridge to NetBSD r1.31thompsa2005-06-291-9/+9
* Require gateways for routes to be of the same address family as theqingli2005-06-281-1/+4
* Fix panic after ifnet changes in rev. 1.30. sc->sc_ifp is abz2005-06-281-2/+8
* Fix a panic when bringing up the bridge interface. We were casting a ifnetthompsa2005-06-271-1/+1
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-268-48/+75
* Spelling/grammer fixes in comment.brooks2005-06-171-1/+1
* Initialze ifp->if_softc.brooks2005-06-131-1/+3
* Return NULL instead of a bogus pointer from if_alloc when if_com_allocbrooks2005-06-121-6/+9
* Catch up with the struct ifnet changes and use if_alloc().thompsa2005-06-101-1/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-1040-503/+847
* Add missing {} in last commit.mlaier2005-06-101-1/+2
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.thompsa2005-06-103-19/+83
* When returing an RTM_GET message through the routing socket fillharti2005-06-091-0/+2
* Bring in IPFW layer2 filtering from bridge.c, this allows Ethernet filteringthompsa2005-06-071-2/+65
* Change the maximum bpf program instruction limitation from being hard-csjp2005-06-061-1/+4
* Send link state change notifications to /dev/devctl. This is needed tobrooks2005-06-061-0/+2
* Change ipv6 packet filtering to match ipv4. It now checks pfil_member andthompsa2005-06-061-1/+10
* Fix indentation of two comment blocks from the last commit.thompsa2005-06-051-10/+10
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-056-0/+67
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dthompsa2005-06-053-0/+3939
* integrate changes from libpcap-0.9.1-096sam2005-05-281-5/+137
* Update refrenced URL for SNMP list of ifTypes to refer to iana.orgbrooks2005-05-281-1/+1
* Plug mbuf leak, that I have introduced in 1.85. Also restore important commentglebius2005-05-261-5/+13
* Separate out address-detaching part of if_detach into if_purgeaddrs,peadar2005-05-253-46/+45
* Fix semantics of ph_busy_count == -1 to pass instead of block.mlaier2005-05-231-1/+3
* If we are going tocperciva2005-05-061-0/+1
* Change m_uiotombuf so it will accept offset at which data should be copiedemax2005-05-042-2/+2
* -introduce net.bpf sysctl instead of the less intuitive debug.*csjp2005-05-041-8/+10
* - Call if_link_state_change() for each vlan, when link changesglebius2005-04-201-7/+4
OpenPOWER on IntegriCloud