Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-07 | tcp: replace dst_confirm with sk_dst_confirm | Julian Anastasov | 1 | -9/+3 | |
When same struct dst_entry can be used for many different neighbours we can not use it for pending confirmations. Use the new sk_dst_confirm() helper to propagate the indication from received packets to sock_confirm_neigh(). Reported-by: YueHaibing <yuehaibing@huawei.com> Fixes: 5110effee8fd ("net: Do delayed neigh confirmation.") Fixes: f2bb4bedf35d ("ipv4: Cache output routes in fib_info nexthops.") Tested-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Julian Anastasov <ja@ssi.bg> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> | |||||
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-01-30 15:47:19 -0800 | |||
commit | f9a42e0d58cf0fe3d902e63d4582f2ea4cd2bb8b (patch) | ||||
tree | 4078d3ae27d4ebb85bdcd4d84e9b9a4d059f22bb /fs/xfs/xfs_mount.h | ||||
parent | 751321b3dd5040dc5be19bd23f985e80c914621a (diff) | ||||
parent | 54791b276b4000b307339f269d3bf7db877d536f (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull sparc fixes from David Miller:
"Several small bug fixes and tidies, along with a fix for non-resumable
memory errors triggered by userspace"
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
sparc64: Handle PIO & MEM non-resumable errors.
sparc64: Zero pages on allocation for mondo and error queues.
sparc: Fixed typo in sstate.c. Replaced panicing with panicking
sparc: use symbolic names for tsb indexing
Diffstat (limited to 'fs/xfs/xfs_mount.h')