aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/arp.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-11neigh: remove dynamic neigh table registration supportGravatar WANG Cong 1-1/+1
2014-09-28arp: Do not perturb drop profiles with ignored ARP packetsGravatar Rick Jones 1-1/+5
2014-01-02ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Gravatar Salam Noureddine 1-5/+10
2013-12-28arp: make arp_invalidate staticGravatar Stephen Hemminger 1-2/+1
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Gravatar Nicolas Dichtel 1-1/+3
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Gravatar Jiri Pirko 1-1/+1
2013-12-09neigh: convert parms to an arrayGravatar Jiri Pirko 1-15/+18
2013-09-03net: neighbour: Remove CONFIG_ARPDGravatar Tim Gardner 1-2/+0
2013-05-28arp: flush arp cache on IFF_NOARP changeGravatar Timo Teräs 1-0/+6
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-1/+1
2013-03-26firewire net, ipv4 arp: Extend hardware address and remove driver-level packe...Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-6/+21
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-1/+1
2013-02-10arp: fix possible crash in arp_rcv()Gravatar Eric Dumazet 1-10/+11
2012-12-24arp: fix a regression in arp_solicit()Gravatar Cong Wang 1-3/+3
2012-12-21ipv4: arp: fix a lockdep splat in arp_solicit()Gravatar Eric Dumazet 1-5/+3
2012-11-18net: Allow userns root to control ipv4Gravatar Eric W. Biederman 1-1/+1
2012-09-18ipv4/route: arg delay is useless in rt_cache_flush()Gravatar Nicolas Dichtel 1-1/+1
2012-07-26ipv4: Fix input route performance regression.Gravatar David S. Miller 1-1/+1
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.Gravatar David S. Miller 1-2/+1
2012-07-20ipv4: Kill ip_route_input_noref().Gravatar David Miller 1-1/+1
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"Gravatar David S. Miller 1-1/+1
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstGravatar Eric Dumazet 1-1/+1
2012-06-12ipv4: Add interface option to enable routing of 127.0.0.0/8Gravatar Thomas Graf 1-1/+2
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar David S. Miller 1-12/+1
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugGravatar Joe Perches 1-4/+5
2012-05-15net: delete all instances of special processing for token ringGravatar Paul Gortmaker 1-12/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-2/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
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