summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-04-01Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva
2018-04-01ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet
2018-04-01ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet
2018-04-01ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init()Alexey Kodanev
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta
2018-03-31ethtool: enable Inline TLS in HWAtul Gupta
2018-03-31tls: support for Inline tls recordAtul Gupta
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-31inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet
2018-03-31ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CBEric Dumazet
2018-03-31inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet
2018-03-31ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet
2018-03-31inet: frags: do not clone skb in ip_expire()Eric Dumazet
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-03-31inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-03-31inet: frags: remove some helpersEric Dumazet
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-03-31inet: frags: refactor ipfrag_init()Eric Dumazet
2018-03-31inet: frags: refactor lowpan_net_frag_init()Eric Dumazet
2018-03-31inet: frags: refactor ipv6_frag_init()Eric Dumazet
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-03-31vlan: vlan_hw_filter_capable() can be staticWei Yongjun
2018-03-31Merge tag 'rxrpc-next-20180330' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai
2018-03-31net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai
2018-03-31tipc: avoid possible string overflowJon Maloy
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy
2018-03-31tipc: refactor name table translate functionJon Maloy
2018-03-31tipc: replace name table service range array with rb treeJon Maloy
2018-03-31net: bridge: disable bridge MTU auto tuning if it was set manuallyNikolay Aleksandrov
2018-03-31net: bridge: set min MTU on port events and allow user to set maxNikolay Aleksandrov
2018-03-30Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2018-03-31net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsDavid Howells
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells
2018-03-30rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells
2018-03-30rxrpc: Fix potential call vs socket/net destruction raceDavid Howells
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells
2018-03-30rxrpc: remove unused static variablesSebastian Andrzej Siewior
2018-03-30rxrpc: Fix resend event time calculationMarc Dionne
2018-03-30rxrpc: Don't treat call aborts as conn abortsDavid Howells