aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing4-28/+11
2018-08-03bpf/test_run: support cgroup local storageRoman Gushchin1-2/+11
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin1-1/+22
2018-08-02net/socket: remove duplicated init codeMatthieu Baerts1-48/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-63/+131
2018-08-02net: Fix coding style in skb_push()Ganesh Goudar1-1/+1
2018-08-02rxrpc: Remove set but not used variable 'nowj'Wei Yongjun1-2/+1
2018-08-01Revert "net/ipv6: fix metrics leak"David S. Miller1-14/+4
2018-08-01Merge tag 'rxrpc-next-20180801' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller10-31/+100
2018-08-01rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing1-2/+2
2018-08-01net: sched: make tcf_chain_{get,put}() staticJiri Pirko1-18/+16
2018-08-01net: sched: fix notifications for action-held chainsJiri Pirko1-28/+43
2018-08-01net: sched: change name of zombie chain to "held_by_acts_only"Jiri Pirko1-8/+6
2018-08-01rds: remove redundant variable 'rds_ibdev'YueHaibing1-3/+0
2018-08-01strparser: remove redundant variable 'rd_desc'YueHaibing1-4/+0
2018-08-01ip_gre: remove redundant variables t_hlenYueHaibing1-5/+0
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun1-2/+1
2018-08-01tcp: add stat of data packet reordering eventsWei Wang3-2/+7
2018-08-01tcp: add dsack blocks received statsWei Wang2-0/+5
2018-08-01tcp: add data bytes retransmitted statsWei Wang2-0/+6
2018-08-01tcp: add data bytes sent statsWei Wang2-0/+7
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang1-3/+24
2018-08-01net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli1-0/+6
2018-08-01net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata1-1/+18
2018-08-01net: ipv4: Control SKB reprioritization after forwardingPetr Machata3-1/+12
2018-08-01netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline1-0/+2
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat4-12/+6
2018-08-01net/tls: Use kmemdup to simplify the codezhong jiang2-4/+2
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King1-4/+1
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon12-26/+140
2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon3-7/+7
2018-08-01rxrpc: Transmit more ACKs during data receptionDavid Howells2-0/+18
2018-08-01rxrpc: Propose, but don't immediately transmit, the final ACK for a callDavid Howells1-4/+2
2018-08-01rxrpc: Increase the size of a call's Rx windowDavid Howells1-1/+1
2018-08-01rxrpc: Trace socket notificationDavid Howells1-1/+3
2018-08-01rxrpc: Trace packet transmissionDavid Howells7-15/+55
2018-08-01rxrpc: Fix the trace for terminal ACK (re)transmissionDavid Howells1-2/+4
2018-08-01rxrpc: Show some more information through /proc filesDavid Howells1-4/+9
2018-08-01rxrpc: Display call expect-receive-by timeout in procDavid Howells1-3/+11
2018-08-01rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing2-4/+0
2018-08-01Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn1-2/+2
2018-07-31ipv4: frags: handle possible skb truesize changeEric Dumazet1-0/+5
2018-07-31inet: frag: enforce memory limits earlierEric Dumazet1-3/+3
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig1-6/+4
2018-07-31xsk: don't allow umem replace at stack levelJakub Kicinski1-9/+28
2018-07-31xsk: refactor xdp_umem_assign_dev()Jakub Kicinski1-28/+21
2018-07-31bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov1-0/+28
2018-07-31lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpfTaehee Yoo1-2/+0
2018-07-31bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2-47/+91
2018-07-31net: xsk: don't return frames via the allocator on errorJakub Kicinski1-3/+1