index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
if_ether.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decompose arp_ifinit() into arp_add_ifa_lle() and arp_announce_ifaddr().
melifaro
2015-11-09
1
-23
/
+28
*
Use lladdr_event to propagate gratiotus arp.
melifaro
2015-11-09
1
-0
/
+31
*
Unify setting lladdr for AF_INET[6].
melifaro
2015-11-07
1
-15
/
+2
*
Fix regression from r287779, that bite me. If we call m_pullup()
glebius
2015-10-07
1
-5
/
+8
*
* Improve logging invalid arp messages
melifaro
2015-09-15
1
-26
/
+32
*
* Require explicitl lle unlink prior to calling llentry_delete().
melifaro
2015-09-15
1
-7
/
+5
*
* Do more fine-grained locking: call eventhandlers/free_entry
melifaro
2015-09-14
1
-20
/
+0
*
* Improve error checking for arp messages.
melifaro
2015-09-14
1
-20
/
+48
*
* Split allocation and table linking for lle's.
melifaro
2015-08-20
1
-33
/
+102
*
Check value return from lle_create() for NULL.
melifaro
2015-08-19
1
-3
/
+6
*
Fix panic when handling non-inet arp message introduced in r286825.
melifaro
2015-08-18
1
-1
/
+0
*
Split arpresolve() into fast/slow path.
melifaro
2015-08-16
1
-61
/
+93
*
Move lle update code from from gigantic ip_arpinput() to
melifaro
2015-08-13
1
-94
/
+167
*
Use single 'lle_timer' callout in lltable instead of
melifaro
2015-08-11
1
-4
/
+4
*
Store addresses instead of sockaddrs inside llentry.
melifaro
2015-08-11
1
-1
/
+1
*
MFP r274553:
melifaro
2015-08-08
1
-12
/
+16
*
Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.
ae
2015-07-29
1
-8
/
+11
*
If there is a system with a bpf consumer running and a packet is wanted
eri
2015-06-17
1
-3
/
+12
*
lla_lookup() can directly call llentry_free() for static entries
ae
2015-03-07
1
-2
/
+2
*
This fixes a bug in the way that the LLE timers for nd6
rrs
2015-02-09
1
-2
/
+20
*
* Deal with ARCNET L2 multicast mapping for IPv6 the same way as in IPv4:
melifaro
2015-01-09
1
-1
/
+1
*
To ease changes to underlying mbuf structure and the mbuf allocator, reduce
rwatson
2015-01-05
1
-1
/
+1
*
Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -
melifaro
2014-11-27
1
-8
/
+11
*
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
glebius
2014-11-07
1
-5
/
+5
*
Use macros instead of referencing struct if_data that resides in ifnet.
glebius
2014-08-31
1
-2
/
+2
*
Correct ARP update handling when the routes for network interfaces are
asomers
2014-03-26
1
-2
/
+2
*
lla_lookup() does modification only when LLE_CREATE is specified.
ae
2014-01-02
1
-4
/
+4
*
Remove net.link.ether.inet.useloopback sysctl tunable. It was always on by
glebius
2013-11-05
1
-5
/
+0
*
Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().
glebius
2013-11-01
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Add m_clrprotoflags() to clear protocol specific mbuf flags at up and
andre
2013-08-19
1
-0
/
+4
*
Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU
ae
2013-07-09
1
-5
/
+8
*
Catch up with r238990. LLE_DELETED does not clobber everything else in
np
2013-07-03
1
-1
/
+1
*
Rate limit the number of remotely triggered ARP log messages
glebius
2013-05-11
1
-13
/
+24
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-7
/
+7
*
Fix couple of mbuf leaks in incoming ARP processing.
glebius
2013-04-25
1
-2
/
+2
*
Fix problem in r238990. The LLE_LINKED flag should be tested prior to
glebius
2012-12-13
1
-4
/
+12
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Provide a sysctl switch that allows to install ARP entries
glebius
2012-09-03
1
-3
/
+5
*
Fix races between in_lltable_prefix_free(), lla_lookup(),
glebius
2012-08-02
1
-35
/
+26
*
Some more whitespace cleanup.
glebius
2012-08-01
1
-9
/
+9
*
Some style(9) and whitespace changes.
glebius
2012-07-31
1
-25
/
+24
*
- Updated TOE support in the kernel.
np
2012-06-19
1
-1
/
+12
*
Clean up some #endif comments removing from short sections. Add #endif
bz
2012-01-22
1
-1
/
+1
*
Remove a superfluous INET6 check (no opt_inet6.h included anyway).
bz
2012-01-20
1
-1
/
+1
*
Make it possible to use alternative source hardware address
glebius
2012-01-08
1
-10
/
+19
*
Move arprequest() declaration to if_ether.h.
glebius
2012-01-08
1
-2
/
+0
*
Convert all users of IF_ADDR_LOCK to use new locking macros that specify
jhb
2012-01-05
1
-3
/
+3
*
Don't fallback to a CARP address in BACKUP state.
glebius
2011-12-29
1
-1
/
+3
*
A major overhaul of the CARP implementation. The ip_carp.c was started
glebius
2011-12-16
1
-20
/
+12
[next]