Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
872b1abb1ed47a691f465fb3d285f6cf6bcd8663
/
net
/
ipv4
/
arp.c
30bbaa1
net: Fix up inet_addr_type checks
by David Ahern
· 9 years ago
5510b3c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
11c91ef
arp: filter NOARP neighbours for SIOCGARP
by Eric Dumazet
· 9 years ago
0accfc2
arp: Inherit metadata dst when creating ARP requests
by Thomas Graf
· 9 years ago
7026b1d
netfilter: Pass socket pointer down through okfn().
by David Miller
· 10 years ago
00db412
ipv4: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
51456b2
ipv4: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
60395a2
neigh: Factor out ___neigh_lookup_noref
by Eric W. Biederman
· 10 years ago
bdf53c5
neigh: Don't require dst in neigh_hh_init
by Eric W. Biederman
· 10 years ago
59b2af2
arp: Kill arp_find
by Eric W. Biederman
· 10 years ago
21bfb8e
arp: Remove special case to give AX25 it's open arp operations.
by Eric W. Biederman
· 10 years ago
d7480fd
neigh: remove dynamic neigh table registration support
by WANG Cong
· 10 years ago
825bae5
arp: Do not perturb drop profiles with ignored ARP packets
by Rick Jones
· 10 years ago
56022a8
ipv4: arp: update neighbour address when a gratuitous arp is received and arp_accept is set
by Salam Noureddine
· 11 years ago
7195cf7
arp: make arp_invalidate static
by Stephen Hemminger
· 11 years ago
b601fa1
ipv4: fix wildcard search with inet_confirm_addr()
by Nicolas Dichtel
· 11 years ago
73af614
neigh: use tbl->family to distinguish ipv4 from ipv6
by Jiri Pirko
· 11 years ago
1f9248e5
neigh: convert parms to an array
by Jiri Pirko
· 11 years ago
3e25c65
net: neighbour: Remove CONFIG_ARPD
by Tim Gardner
· 11 years ago
6c8b4e3
arp: flush arp cache on IFF_NOARP change
by Timo Teräs
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
6752c8d
firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
044453b
arp: fix possible crash in arp_rcv()
by Eric Dumazet
· 12 years ago
cf0be880
arp: fix a regression in arp_solicit()
by Cong Wang
· 12 years ago
9650388
ipv4: arp: fix a lockdep splat in arp_solicit()
by Eric Dumazet
· 12 years ago
52e804c
net: Allow userns root to control ipv4
by Eric W. Biederman
· 12 years ago
bafa6d9
ipv4/route: arg delay is useless in rt_cache_flush()
by Nicolas Dichtel
· 12 years ago
c6cffba
ipv4: Fix input route performance regression.
by David S. Miller
· 12 years ago
f8126f1
ipv4: Adjust semantics of rt->rt_gateway.
by David S. Miller
· 12 years ago
38a424e
ipv4: Kill ip_route_input_noref().
by David Miller
· 12 years ago
c10237e
Revert "ipv4: tcp: dont cache unconfirmed intput dst"
by David S. Miller
· 12 years ago
c074da2
ipv4: tcp: dont cache unconfirmed intput dst
by Eric Dumazet
· 12 years ago
d0daebc3
ipv4: Add interface option to enable routing of 127.0.0.0/8
by Thomas Graf
· 12 years ago
c727e7f
Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by David S. Miller
· 12 years ago
91df42b
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 12 years ago
211ed86
net: delete all instances of special processing for token ring
by Paul Gortmaker
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
124d37e
arp: allow arp processing to honor per interface arp_accept sysctl
by Neil Horman
· 13 years ago
70620c4
net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabled
by Thomas Graf
· 13 years ago
2c2aba6
ipv6: Use universal hash for NDISC.
by David S. Miller
· 13 years ago
40e4783
ipv4: arp: Cleanup in arp.c
by Igor Maravic
· 13 years ago
32092ec
atm: clip: Use device neigh support on top of "arp_tbl".
by David Miller
· 13 years ago
76cc714
neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.
by David Miller
· 13 years ago
6608824
ipv4: Remove all uses of LL_ALLOCATED_SPACE
by Herbert Xu
· 13 years ago
8b5c171
neigh: new unresolved queue limits
by Eric Dumazet
· 13 years ago
8f40b16
neigh: Pass neighbour entry to output ops.
by David S. Miller
· 13 years ago
542d4d6
neigh: Kill ndisc_ops->queue_xmit
by David S. Miller
· 13 years ago
47ec132
neigh: Kill neigh_ops->hh_output
by David S. Miller
· 13 years ago
3769cff
ipv4: Inline neigh binding.
by David Miller
· 13 years ago
f610b74
ipv4: Use universal hash for ARP.
by David S. Miller
· 13 years ago
93ca3bb
net: gre: provide multicast mappings for ipv4 and ipv6
by Timo Teräs
· 14 years ago
78fbfd8
ipv4: Create and use route lookup helpers.
by David S. Miller
· 14 years ago
b23dd4f
ipv4: Make output route lookup return rtable directly.
by David S. Miller
· 14 years ago
c506653
net: arp_ioctl() must hold RTNL
by Eric Dumazet
· 14 years ago
545ecdc
arp: allow to invalidate specific ARP entries
by Maxim Levitsky
· 14 years ago
941666c
net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()
by Eric Dumazet
· 14 years ago
ae9c416
net: arp: use assignment
by Changli Gao
· 14 years ago
5811662
net: use the macros defined for the members of flowi
by Changli Gao
· 14 years ago
0ed8ddf
neigh: Protect neigh->ha[] with a seqlock
by Eric Dumazet
· 14 years ago
d6bf781
net neigh: RCU conversion of neigh hash table
by Eric Dumazet
· 14 years ago
a64de47
arp: remove unnecessary export of arp_broken_ops
by stephen hemminger
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
deffd77
net: arp: code cleanup
by Changli Gao
· 14 years ago
4bc2f18
net/ipv4: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
4b4194c
arp: RCU change in arp_solicit()
by Eric Dumazet
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
faa9dcf
arp: RCU changes
by Eric Dumazet
· 14 years ago
4a94445
net: Use ip_route_input_noref() in input path
by Eric Dumazet
· 15 years ago
f0ecde1
net: Fix FDDI and TR config checks in ipv4 arp and LLC.
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
54716e3
net neigh: Decouple per interface neighbour table controls from binary sysctls
by Eric W. Biederman
· 15 years ago
6d95518
ipv4: allow warming up the ARP cache with request type gratuitous ARP
by Octavian Purdila
· 15 years ago
6532414
net: RFC3069, private VLAN proxy arp support
by Jesper Dangaard Brouer
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
89d69d2
net: make neigh_ops constant
by Stephen Hemminger
· 15 years ago
a3e8ee6
ipv4: ARP neigh procfs buffer overflow
by roel kluin
· 15 years ago
f8a68e7
Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification"
by Eric W. Biederman
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
511c3f9
net: skb->rtable accessor
by Eric Dumazet
· 15 years ago
73ce7b0
ipv4: arp announce, arp_proxy and windows ip conflict verification
by Denys Fedoryshchenko
· 16 years ago
ead2ceb
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs
by Neil Horman
· 16 years ago
7546dd9
net: convert usage of packet_type to read_mostly
by Stephen Hemminger
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
8164f1b
ipv4: Fix ARP behavior with many mac-vlans
by Ben Greear
· 16 years ago
f4cca7f
net: clean up net/ipv4/pararp.c
by Jianjun Kong
· 16 years ago
673d57e
net: replace NIPQUAD() in net/ipv4/ net/ipv6/
by Harvey Harrison
· 16 years ago
fdc9314
netfilter: replace old NF_ARP calls with NFPROTO_ARP
by Jan Engelhardt
· 16 years ago
de0744a
mib: add net to NET_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
ca12a1a
inet: prepare net on the stack for NET accounting macros
by Pavel Emelyanov
· 16 years ago
76e6ebf
netns: add namespace parameter to rt_cache_flush
by Denis V. Lunev
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
51f82a2
net/ipv4/arp.c: Use common hex_asc helpers
by Denis Cheng
· 16 years ago
f5184d2
net: Allow netdevices to specify needed head/tailroom
by Johannes Berg
· 17 years ago
a7d632b
[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
ffc31d3
[NETNS]: /proc/net/arp namespacing.
by Denis V. Lunev
· 17 years ago
49e8a27
[NETNS]: Process ARP in the context of the correct namespace.
by Denis V. Lunev
· 17 years ago
Next »