summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Shorten 'bad gateway' AF_LINK message.bms2003-10-031-1/+1
* Make arp_rtrequest()'s 'bad gateway' messages slightly more informative,bms2003-10-031-1/+4
* Only delete the route if arplookup() tried to create it. Do not deletebms2003-10-031-8/+13
* By popular demand, added the "static ARP" per-interface option.ru2003-10-011-2/+4
* Fix a logic error in the check to see if arplookup() should free the route.bms2003-09-241-2/+1
* Fix a bug in arplookup(), whereby a hostile party on a locallybms2003-09-231-6/+14
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-42/+31
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Avoid multiply for preemptive arp calculation since it hits everyorion2003-02-081-6/+7
* MFS 1.64.2.22: Re-enable non pre-emptive ARP requests.orion2003-02-041-14/+15
* Avoid lock order reversal by expanding the scope of thehsu2003-01-281-15/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* SMP locking for ARP.hsu2003-01-171-6/+21
* Clear the target hardware address field when generating an ARP request.tmm2003-01-101-0/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+5
* Solve the 'unregistered netisr 18' information notice with a sledgehammer.peter2002-06-201-4/+7
* Reset token-ring source routing control field on receipt of ethernet framekbyanc2002-05-151-0/+1
* Move ISO88025 source routing information into sockaddr_dl's sdl_datakbyanc2002-05-071-8/+7
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Send periodic ARP requests when ARP entries for hosts we are sendingorion2002-03-201-0/+15
* Remove __P.alfred2002-03-191-9/+9
* Minor style fix.jlemon2001-12-131-2/+2
* Fixed remotely exploitable DoS in arpresolve().ru2001-12-051-1/+3
* If we are bridging, fall back to using any inet address in the system,jlemon2001-10-251-4/+9
* Only examine inet addresses of the interface. This was broken in r1.83,jlemon2001-10-201-2/+4
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-3/+3
* bring in ARP support for variable length link level addressesfjoe2001-10-141-99/+155
* Add a hash table that contains the list of internet addresses, and usejlemon2001-09-291-17/+24
OpenPOWER on IntegriCloud