summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* begone, fucking rotten appletalk shit. ok roomhenning2011-07-091-109/+1
* Include PIPEX in kernel by default. And add new sysctl variableyasuoka2011-07-081-7/+7
* Say no to hand-rolled m_adj(). It also kills three XXX.claudio2011-07-041-4/+2
* Change an m_free() to m_freem() to free the whole mbuf chain and to preventreyk2011-01-281-2/+2
* Remove some commented code we will never have.claudio2010-10-111-9/+2
* legibility fixes:blambert2010-08-241-5/+7
* Some functions change the ifp in during ether_input(). This confuses theclaudio2010-07-021-2/+2
* Add support for 802.1ad-style QinQ nested VLANs.naddy2010-06-031-4/+5
* Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS intoclaudio2010-05-281-15/+6
* Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1claudio2010-05-071-4/+4
* incomming -> incomingmk2010-05-011-2/+2
* document the first byte of the random MAC addressderaadt2010-04-031-1/+2
* After calling pipex_pppoe_input(), we must goto done to restore the spl.yasuoka2010-01-121-2/+2
* Unify the various fake ethernet generators as ether_fakeaddr() whichderaadt2010-01-121-15/+21
* Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwardingyasuoka2010-01-111-3/+16
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-7/+6
* revert my change to m_cluncount which tries to prevent the systemdlg2009-08-121-9/+2
* if we get dangerously low on clusters during interrupts, we needdlg2009-08-121-2/+9
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-4/+19
* Fix a panic in ether_output() when attempting to send multicast traffic onmichele2009-03-051-2/+2
* Get rid of the ugly rtentry hack.michele2009-01-281-2/+13
* m_cluncount() needs to walk the mbuf chain to correctly uncount all clustersclaudio2008-11-251-2/+2
* add several backend pools to allocate mbufs clusters of various sizes outdlg2008-11-241-1/+3
* softraid support for ata over ethernet (aoe). this includes a client andtedu2008-11-231-1/+10
* * Allow ether_input() and vlan_input() to handle incoming packetsnaddy2008-10-161-3/+4
* Add fallback ioctl handlers for MTU and multicast to ether_ioctl().brad2008-10-091-8/+23
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-3/+2
* Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe.brad2008-08-281-3/+3
* do not count ethernet header twice in if_obytes stats.damien2008-08-041-3/+3
* Move the responsibility to free received packets on trunked interfacesmpf2008-06-131-5/+5
* convert sdltosa to a real cast because I removed the silly makro last night.claudio2008-05-101-3/+5
* A little bit of magic to make arp lookups work in MPLS as they should.claudio2008-05-091-2/+2
* Prevent virtual interfaces from adding to the random pool.mpf2008-05-071-1/+8
* Import MPLS (Multi Protocol Label Switching)norby2008-04-231-1/+39
* extend the if_ethersubr.c crc functions to support updating a runningdjm2008-04-181-20/+23
* introduce mitigation for the calling of an interfaces start routine.dlg2008-04-101-3/+2
* Also count multicast packets and input bytes for interfaces enslaved bybrad2008-04-101-3/+12
* Move carp load balancing (ARP/IP) to a simpler configuration scheme.mpf2008-02-051-5/+3
* In ether_input() scheduling the soft interrupt and queueing thebluhm2008-01-171-10/+14
* Factor out the virtual host portion of carp into a separate structmpf2007-11-221-6/+3
* malloc sweep:henning2007-09-151-2/+2
* remove remaining IPX hooks. all inside #ifdef IPX, so no actual changehenning2007-06-061-36/+1
* there was code insidehenning2007-05-291-9/+4
* fix return values in bridge_output.michele2007-05-161-2/+2
* count the number of multicast ranges that are kept in the list of multicastdlg2007-05-161-1/+5
* Add IP load balancing support for carp(4).mpf2007-03-181-6/+16
* use LINK_STATE_IS_UP(ifp0->if_link_state) instead ofreyk2006-12-071-2/+2
* ether_input_mbuf() isn't necessary, turn it into a macro and deal withjason2006-10-311-17/+6
* adjust functions dealing with the routing table to take a table ID ashenning2006-06-161-3/+3
* rename jumbo mtu to if_hardmtu; ok brad reykderaadt2006-05-261-9/+3