aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/arp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner1-2/+0
2013-05-28arp: flush arp cache on IFF_NOARP changeTimo Teräs1-0/+6
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-03-26firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection.YOSHIFUJI Hideaki / 吉藤英明1-6/+21
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-02-10arp: fix possible crash in arp_rcv()Eric Dumazet1-10/+11
2012-12-24arp: fix a regression in arp_solicit()Cong Wang1-3/+3
2012-12-21ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet1-5/+3
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman1-1/+1
2012-09-18ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel1-1/+1
2012-07-26ipv4: Fix input route performance regression.David S. Miller1-1/+1
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller1-2/+1
2012-07-20ipv4: Kill ip_route_input_noref().David Miller1-1/+1
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller1-1/+1
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet1-1/+1
2012-06-12ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf1-1/+2
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller1-12/+1
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-4/+5
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker1-12/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-16arp: allow arp processing to honor per interface arp_accept sysctlNeil Horman1-1/+1
2012-02-10net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller1-3/+3
2011-12-06ipv4: arp: Cleanup in arp.cIgor Maravic1-10/+10
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".David Miller1-5/+0
2011-11-30neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.David Miller1-1/+0
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu1-2/+4
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+1
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-3/+3
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-5/+1
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-4/+0
2011-07-13ipv4: Inline neigh binding.David Miller1-24/+0
2011-07-11ipv4: Use universal hash for ARP.David S. Miller1-2/+1
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs1-0/+3
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-9/+3
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-10/+9
2011-01-24net: arp_ioctl() must hold RTNLEric Dumazet1-6/+5
2011-01-10arp: allow to invalidate specific ARP entriesMaxim Levitsky1-11/+18
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-8/+9
2010-12-06net: arp: use assignmentChangli Gao1-1/+1
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-6/+6
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet1-4/+2
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-3/+5
2010-09-29arp: remove unnecessary export of arp_broken_opsstephen hemminger1-2/+1
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-02net: arp: code cleanupChangli Gao1-103/+123
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-11/+7
2010-06-25arp: RCU change in arp_solicit()Eric Dumazet1-5/+7