summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not call all link state callbacks directly, but scheduleglebius2005-04-202-3/+24
* Zero the ifr.ifr_name buffer in ifconf() in order to avoidcperciva2005-04-151-0/+6
* Add #defines for control fields and address bits.mdodd2005-04-131-0/+28
* Provide a sysctl (net.link.tap.user_open) to allow unpriviligedmdodd2005-04-131-3/+12
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-313-2/+7
* You must selwakeup{,pri}() when closing a selectable object or thegreen2005-03-271-0/+1
* rt_newaddrmsg will blow up if given something other than RTM_ADDsam2005-03-261-0/+3
* Zero the reserved fields of the header, as per rfc 2734. This changegallatin2005-03-251-0/+6
* - Break after nested switch.mdodd2005-03-241-0/+2
* ifma_protospec is a pointer. Use NULL when assigning or compating it.glebius2005-03-201-2/+2
* Add a sysctl net.link.log_link_state_change, which allows toglebius2005-03-121-5/+13
* When neither of supported frame type is enabled via kernel options enablesobomax2005-03-061-0/+9
* Fix ef(4) driver when kernel compiled w/o IPX.sobomax2005-03-061-1/+1
* fix a bug where bpf would try to wakeup before updating the state.. Thisjmg2005-03-021-2/+6
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-012-2/+2
* Revert change to struct ifnet. Use ifnet pointer in softc. Embeddingglebius2005-03-011-6/+1
* In bpf_setf(), protect against races between multiple user threadsrwatson2005-02-281-1/+2
OpenPOWER on IntegriCloud