aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/arp.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-16arp: allow arp processing to honor per interface arp_accept sysctlGravatar Neil Horman 1-1/+1
2012-02-10net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledGravatar Thomas Graf 1-1/+2
2011-12-28ipv6: Use universal hash for NDISC.Gravatar David S. Miller 1-3/+3
2011-12-06ipv4: arp: Cleanup in arp.cGravatar Igor Maravic 1-10/+10
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".Gravatar David Miller 1-5/+0
2011-11-30neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.Gravatar David Miller 1-1/+0
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEGravatar Herbert Xu 1-2/+4
2011-11-14neigh: new unresolved queue limitsGravatar Eric Dumazet 1-1/+1
2011-07-17neigh: Pass neighbour entry to output ops.Gravatar David S. Miller 1-3/+3
2011-07-16neigh: Kill ndisc_ops->queue_xmitGravatar David S. Miller 1-5/+1
2011-07-16neigh: Kill neigh_ops->hh_outputGravatar David S. Miller 1-4/+0
2011-07-13ipv4: Inline neigh binding.Gravatar David Miller 1-24/+0
2011-07-11ipv4: Use universal hash for ARP.Gravatar David S. Miller 1-2/+1
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Gravatar Timo Teräs 1-0/+3
2011-03-12ipv4: Create and use route lookup helpers.Gravatar David S. Miller 1-9/+3
2011-03-02ipv4: Make output route lookup return rtable directly.Gravatar David S. Miller 1-10/+9
2011-01-24net: arp_ioctl() must hold RTNLGravatar Eric Dumazet 1-6/+5
2011-01-10arp: allow to invalidate specific ARP entriesGravatar Maxim Levitsky 1-11/+18
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Gravatar Eric Dumazet 1-8/+9
2010-12-06net: arp: use assignmentGravatar Changli Gao 1-1/+1
2010-11-17net: use the macros defined for the members of flowiGravatar Changli Gao 1-6/+6
2010-10-11neigh: Protect neigh->ha[] with a seqlockGravatar Eric Dumazet 1-4/+2
2010-10-05net neigh: RCU conversion of neigh hash tableGravatar Eric Dumazet 1-3/+5
2010-09-29arp: remove unnecessary export of arp_broken_opsGravatar stephen hemminger 1-2/+1
2010-09-23net: return operator cleanupGravatar Eric Dumazet 1-1/+1
2010-09-02net: arp: code cleanupGravatar Changli Gao 1-103/+123
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsGravatar Eric Dumazet 1-11/+7
2010-06-25arp: RCU change in arp_solicit()Gravatar Eric Dumazet 1-5/+7
2010-06-10net-next: remove useless union keywordGravatar Changli Gao 1-6/+6
2010-06-03arp: RCU changesGravatar Eric Dumazet 1-7/+4
2010-05-17net: Use ip_route_input_noref() in input pathGravatar Eric Dumazet 1-1/+1
2010-05-10net: Fix FDDI and TR config checks in ipv4 arp and LLC.Gravatar David S. Miller 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsGravatar Eric W. Biederman 1-2/+1
2010-01-19ipv4: allow warming up the ARP cache with request type gratuitous ARPGravatar Octavian Purdila 1-1/+2
2010-01-07net: RFC3069, private VLAN proxy arp supportGravatar Jesper Dangaard Brouer 1-4/+48
2009-11-12sysctl net: Remove unused binary sysctl codeGravatar Eric W. Biederman 1-1/+1
2009-09-01net: make neigh_ops constantGravatar Stephen Hemminger 1-4/+4
2009-07-30ipv4: ARP neigh procfs buffer overflowGravatar roel kluin 1-1/+3
2009-06-30Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification"Gravatar Eric W. Biederman 1-5/+2
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-1/+1
2009-06-03net: skb->rtable accessorGravatar Eric Dumazet 1-2/+2
2009-03-13ipv4: arp announce, arp_proxy and windows ip conflict verificationGravatar Denys Fedoryshchenko 1-2/+5
2009-03-13Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...Gravatar Neil Horman 1-1/+1
2009-03-10net: convert usage of packet_type to read_mostlyGravatar Stephen Hemminger 1-1/+1
2009-02-01net: replace uses of __constant_{endian}Gravatar Harvey Harrison 1-1/+1
2008-11-16ipv4: Fix ARP behavior with many mac-vlansGravatar Ben Greear 1-11/+11
2008-11-03net: clean up net/ipv4/pararp.cGravatar Jianjun Kong 1-7/+7
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Gravatar Harvey Harrison 1-2/+2
2008-10-20netfilter: replace old NF_ARP calls with NFPROTO_ARPGravatar Jan Engelhardt 1-2/+2