summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315050:ae2017-03-181-1/+1
* MFC r313821 r315277 r315286vangyzen2017-03-171-9/+17
* MFC r306577 r306652 306830vangyzen2016-11-301-0/+128
* MFC r303171: Fix per-connection L2 caching in fast pathkarels2016-08-031-1/+8
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.bz2016-06-031-5/+25
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-021-5/+15
* netinet: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Remove second EVENTHANDLER_REGISTER slipped in r292978.melifaro2016-01-011-3/+0
* Implement interface link header precomputation API.melifaro2015-12-311-36/+142
* Fix typo (s/harware/hardware/)kevlo2015-12-251-3/+3
* Revert r292275 & r292379smh2015-12-171-81/+15
* Fix issues introduced by r292275smh2015-12-161-4/+7
* Fix ARP reply handling changed in r286955.melifaro2015-12-161-4/+12
* Fix lagg failover due to missing notificationssmh2015-12-151-15/+78
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),melifaro2015-12-091-17/+9
* Remove LLE read lock from IPv4 fast path.melifaro2015-12-051-50/+90
* Decompose arp_ifinit() into arp_add_ifa_lle() and arp_announce_ifaddr().melifaro2015-11-091-23/+28
* Use lladdr_event to propagate gratiotus arp.melifaro2015-11-091-0/+31
* Unify setting lladdr for AF_INET[6].melifaro2015-11-071-15/+2
* Fix regression from r287779, that bite me. If we call m_pullup()glebius2015-10-071-5/+8
* * Improve logging invalid arp messagesmelifaro2015-09-151-26/+32
* * Require explicitl lle unlink prior to calling llentry_delete().melifaro2015-09-151-7/+5
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-141-20/+0
* * Improve error checking for arp messages.melifaro2015-09-141-20/+48
* * Split allocation and table linking for lle's.melifaro2015-08-201-33/+102
* Check value return from lle_create() for NULL.melifaro2015-08-191-3/+6
* Fix panic when handling non-inet arp message introduced in r286825.melifaro2015-08-181-1/+0
* Split arpresolve() into fast/slow path.melifaro2015-08-161-61/+93
* Move lle update code from from gigantic ip_arpinput() tomelifaro2015-08-131-94/+167
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-111-4/+4
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-111-1/+1
* MFP r274553:melifaro2015-08-081-12/+16
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-8/+11
* If there is a system with a bpf consumer running and a packet is wantederi2015-06-171-3/+12
* lla_lookup() can directly call llentry_free() for static entriesae2015-03-071-2/+2
* This fixes a bug in the way that the LLE timers for nd6rrs2015-02-091-2/+20
* * Deal with ARCNET L2 multicast mapping for IPv6 the same way as in IPv4:melifaro2015-01-091-1/+1
* To ease changes to underlying mbuf structure and the mbuf allocator, reducerwatson2015-01-051-1/+1
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-271-8/+11
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-5/+5
* Use macros instead of referencing struct if_data that resides in ifnet.glebius2014-08-311-2/+2
* Correct ARP update handling when the routes for network interfaces areasomers2014-03-261-2/+2
* lla_lookup() does modification only when LLE_CREATE is specified.ae2014-01-021-4/+4
* Remove net.link.ether.inet.useloopback sysctl tunable. It was always on byglebius2013-11-051-5/+0
* Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().glebius2013-11-011-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-0/+4
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-091-5/+8
* Catch up with r238990. LLE_DELETED does not clobber everything else innp2013-07-031-1/+1
* Rate limit the number of remotely triggered ARP log messagesglebius2013-05-111-13/+24
OpenPOWER on IntegriCloud