summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix sysctl comment field, s/the the/then thealfred2001-09-041-1/+1
* Allow disabling of "arp moved" messages.alfred2001-09-031-6/+12
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-151-1/+9
* Add a missing m_pullup() before a mtod() in in_arpinput().yar2001-03-271-0/+6
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-101-9/+4
* Fix bad patch from a few days ago. It broke some bridging.julian2001-02-051-9/+10
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* Make the code act the same in the case of BRIDGE being defined, but notjulian2001-02-031-16/+26
* provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow onealfred2001-01-061-0/+7
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-1/+12
* Extra sanity check when arp proxyall is enabled. Don't send an arpdwmalone2000-07-131-0/+26
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* PR: kern/17872wes2000-04-111-10/+3
* Peter Johnson found another log() call without a trailing newline.joerg2000-03-291-1/+1
OpenPOWER on IntegriCloud