Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
affcc5bf41f40443ce9182b5ffccf373c5908f6d
/
net
/
core
/
neighbour.c
9ecf07a
neigh: sysctl - simplify address calculation of gc_* variables
by Mathias Krause
· 10 years ago
2176d5d
neigh: set nud_state to NUD_INCOMPLETE when probing router reachability
by Duan Jiong
· 10 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
feff9ab
neigh: recompute reachabletime before returning from neigh_periodic_work()
by Duan Jiong
· 11 years ago
5e2c21d
neigh: directly goto out after setting nud_state to NUD_FAILED
by Duan Jiong
· 11 years ago
a960ff8
neigh: probe application via netlink in NUD_PROBE
by Timo Teräs
· 11 years ago
b194c1f
neigh: fix setting of default gc_* values
by Jiri Pirko
· 11 years ago
f618002
net/neighbour: queue work on power efficient wq
by viresh kumar
· 11 years ago
3977458
neigh: split lines for NEIGH_VAR_SET so they are not too long
by Jiri Pirko
· 11 years ago
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
2205369
vlan: Fix header ops passthru when doing TX VLAN offload.
by David S. Miller
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
53385d2
neigh: Netlink notification for administrative NUD state change
by Bob Gilligan
· 11 years ago
7e98056
ipv6: router reachability probing
by Jiri Benc
· 11 years ago
77d47af
neigh: use neigh_parms_net() to get struct neigh_parms->net pointer
by Jiri Pirko
· 11 years ago
bba2489
neigh: ipv6: respect default values set before an address is assigned to device
by Jiri Pirko
· 11 years ago
1d4c8c2
neigh: restore old behaviour of default parms values
by Jiri Pirko
· 11 years ago
73af614
neigh: use tbl->family to distinguish ipv4 from ipv6
by Jiri Pirko
· 11 years ago
cb5b09c
neigh: wrap proc dointvec functions
by Jiri Pirko
· 11 years ago
1f9248e5
neigh: convert parms to an array
by Jiri Pirko
· 11 years ago
4ed377e
net: neighbour: use source address of last enqueued packet for solicitation
by Hannes Frederic Sowa
· 11 years ago
3e25c65
net: neighbour: Remove CONFIG_ARPD
by Tim Gardner
· 11 years ago
0e76a3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
6313480
neighbour: populate neigh_parms on alloc before calling ndo_neigh_setup
by Veaceslav Falico
· 11 years ago
555445c
neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/
by Francesco Fusco
· 11 years ago
c9ab4d8
neighbour: fix a race in neigh_destroy()
by Eric Dumazet
· 11 years ago
dc25c67
neigh: disallow un-init_net to change thresh of neigh
by Gao feng
· 11 years ago
170d6f9
neigh: only allow init_net to change the default neigh_parms
by Gao feng
· 11 years ago
cf89d6b
neigh: no need to call lookup_neigh_parms in neigh_parms_alloc
by Gao feng
· 11 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
d5d427c
neighbour: Convert NEIGH_PRINTK to neigh_dbg
by Joe Perches
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
661d296
rtnetlink: Remove passing of attributes into rtnl_doit functions
by Thomas Graf
· 12 years ago
08433ef
net neigh: Optimize neighbor entry size calculation.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
2724680
neigh: Keep neighbour cache entries if number of them is small enough.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
b93196d
net: fix some compiler warning in net/core/neighbour.c
by Cong Wang
· 12 years ago
ce46cc6
net: neighbour: prohibit negative value for unres_qlen_bytes parameter
by Shan Wei
· 12 years ago
b51642f
net: Enable a userns root rtnl calls that are safe for unprivilged users
by Eric W. Biederman
· 12 years ago
dfc47ef
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
by Eric W. Biederman
· 12 years ago
464dc80
net: Don't export sysctls to unprivileged users
by Eric W. Biederman
· 12 years ago
e1f1650
net: Fix skb_under_panic oops in neigh_resolve_output
by ramesh.nagappa@gmail.com
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
203b42f
workqueue: make deferrable delayed_work initializer names consistent
by Tejun Heo
· 12 years ago
13a43d9
neigh: Convert over to dst_neigh_lookup_skb().
by David S. Miller
· 12 years ago
a263b30
ipv4: Make neigh lookups directly in output packet path.
by David S. Miller
· 12 years ago
4bd6683
net: neighbour: fix neigh_dump_info()
by Eric Dumazet
· 12 years ago
e005d19
net: core: Use pr_<level>
by Joe Perches
· 12 years ago
8f40a1f
net neighbour: Convert to use register_net_sysctl
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
dcd2ba9
neighbour: Make neigh_table_init_no_netlink() static.
by Hiroaki SHIMODA
· 13 years ago
9a6308d
neighbour: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
ff4783c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
84338a6
neighbour: Fixed race condition at tbl->nht
by Michel Machado
· 13 years ago
84920c1
net: Allow ipv6 proxies and arp proxies be shown with iproute2
by Tony Zelenoff
· 13 years ago
2c2aba6
ipv6: Use universal hash for NDISC.
by David S. Miller
· 13 years ago
447f219
Revert "net: Remove unused neighbour layer ops."
by David S. Miller
· 13 years ago
5c3ddec
net: Remove unused neighbour layer ops.
by David S. Miller
· 13 years ago
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
by David Miller
· 13 years ago
da6a8fa
neigh: Add device constructor/destructor capability.
by David Miller
· 13 years ago
596b9b6
neigh: Add infrastructure for allocating device neigh privates.
by David Miller
· 13 years ago
5b8b006
neigh: Get rid of neigh_table->kmem_cachep
by David Miller
· 13 years ago
6dec4ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
df07a94
netns: fix proxy ARP entries listing on a netns
by Jorge Boncompte [DTI2]
· 13 years ago
8b5c171
neigh: new unresolved queue limits
by Eric Dumazet
· 13 years ago
045f7b3
neigh: Kill bogus SMP protected debugging message.
by David S. Miller
· 13 years ago
e049f28
neigh: fix rcu splat in neigh_update()
by roy.qing.li@gmail.com
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
20e6074
arp: fix rcu lockdep splat in arp_process()
by Eric Dumazet
· 13 years ago
cd28ca0
neigh: reduce arp latency
by Eric Dumazet
· 13 years ago
69cce1d
net: Abstract dst->neighbour accesses behind helpers.
by David S. Miller
· 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
b23b545
neigh: Kill hh_cache->hh_output
by David S. Miller
· 13 years ago
47ec132
neigh: Kill neigh_ops->hh_output
by David S. Miller
· 13 years ago
0895b08
neigh: Simply destroy handling wrt. hh_cache.
by David S. Miller
· 13 years ago
f6b72b6
net: Embed hh_cache inside of struct neighbour.
by David S. Miller
· 13 years ago
5c25f68
net: Kill support for multiple hh_cache entries per neighbour
by David S. Miller
· 13 years ago
e69dd33
net: Push protocol type directly down to header_ops->cache()
by David S. Miller
· 13 years ago
f610b74
ipv4: Use universal hash for ARP.
by David S. Miller
· 13 years ago
cd08933
neigh: Store hash shift instead of mask.
by David S. Miller
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
6193d2b
neigh: __rcu annotations
by Eric Dumazet
· 14 years ago
4c306a9
net: kill unused macros
by Shan Wei
· 14 years ago
a5c30b3
net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()
by Tejun Heo
· 14 years ago
0ed8ddf
neigh: Protect neigh->ha[] with a seqlock
by Eric Dumazet
· 14 years ago
34d101d
neigh: speedup neigh_hh_init()
by Eric Dumazet
· 14 years ago
767e97e
neigh: RCU conversion of struct neighbour
by Eric Dumazet
· 14 years ago
d6bf781
net neigh: RCU conversion of neigh hash table
by Eric Dumazet
· 14 years ago
110b249
net neigh: neigh_delete() and neigh_add() changes
by Eric Dumazet
· 14 years ago
c7d4426
net: introduce DST_NOCACHE flag
by Eric Dumazet
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
91a72a7
net/core: neighbour update Oops
by Doug Kehn
· 14 years ago
a473113
net: fix __neigh_event_send()
by Eric Dumazet
· 14 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
0a14150
net: Annotates neigh_invalidate()
by Eric Dumazet
· 15 years ago
54716e3
net neigh: Decouple per interface neighbour table controls from binary sysctls
by Eric W. Biederman
· 15 years ago
Next »