summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* Remove global list of all llinfo_arp entries and use a callout perglebius2007-03-221-50/+23
* Comply with RFC 3927, by forcing ARP replies which contain a sourcebms2007-02-021-1/+13
* o Increment requests counter right before send out an ARP query actually.maxim2007-01-141-1/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Save space on stack moving token ring stuff to its own hack block.glebius2006-10-041-2/+3
* Style rev. 1.152.glebius2006-10-041-2/+2
* now that we don't automagicly increase the MTU of host routes, when we copyjmg2006-09-231-1/+3
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-291-1/+1
* Enable proxy ARP answers on any of the bridged interfaces if proxy recordthompsa2006-06-091-3/+6
* Further refine the bridge hack in the arp code. Only do the special arpthompsa2006-03-071-2/+2
* Now that the bridge also processes Ethernet frames as itself, two arp repliesthompsa2006-01-311-2/+4
* Back out of r1.148, it causes two arp replies to be sent with different macthompsa2006-01-291-1/+1
* Include the bridge interface itself in the special arp handling.thompsa2006-01-121-1/+1
* Add a knob to suppress logging of attempts to modifyglebius2005-12-181-6/+11
* Add descriptions for sysctl -d.emaste2005-12-161-5/+5
* Rework ARP retransmission algorythm so that ARP requests areglebius2005-11-081-30/+27
* When bridging is enabled and an ARP request is recieved on a member interface,thompsa2005-10-041-1/+1
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-3/+1
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-7/+7
* - Do not hold route entry lock, when calling arprequest(). One suchglebius2005-09-091-9/+17
* When we have a published ARP entry for some IP address, do reply onglebius2005-08-251-0/+9
* o Fix a race between three threads: output path,glebius2005-08-111-155/+181
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-091-0/+1
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-051-4/+8
* Embrace with #ifdef DEV_CARP carp-related code.glebius2005-03-131-2/+7
* Make ARP do not complain about wrong interface if correct interfaceglebius2005-03-091-7/+14
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-5/+34
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* More fixing of multiple addresses in the same prefix. This time do not trymlaier2004-12-091-2/+20
* Check that rt_mask(rt) is non-NULL before dereferencing it, in thebms2004-10-261-0/+1
* Modify the thrilling "%D is using my IP address %s!" message so thatrwatson2004-10-121-1/+7
* Check flag do_bridge always, even if kernel was compiled withoutglebius2004-09-091-11/+5
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-131-1/+2
* Another small set of changes to reduce diffs with the new arp code.luigi2004-04-251-31/+18
* remove a stale comment on the behaviour of arpresolveluigi2004-04-251-10/+0
* Start the arp timer at init time.luigi2004-04-251-10/+1
* This commit does two things:luigi2004-04-251-7/+28
* Replace Bcopy with 'the real thing' as in the rest of the file.luigi2004-04-181-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* + arpresolve(): remove an unused argumentluigi2004-04-041-7/+2
* - Fix indentation lost by 'diff -b'.mdodd2004-03-211-5/+4
* Remove interface type specific code from arprequest(), and in_arpinput().mdodd2004-03-211-111/+19
* De-register.mdodd2004-03-141-22/+22
* I didn't notice it right away, but check the right length too.ru2003-12-231-1/+1
* Fix a problem introduced in revision 1.84: m_pullup() does notru2003-12-231-5/+7
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-1/+1
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-11/+10
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-301-8/+3
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-32/+53
OpenPOWER on IntegriCloud