Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init() | Alexey Kodanev | 2018-04-01 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | crypto : chtls - CPL handler definition | Atul Gupta | 2018-04-01 | 1 | -0/+1 | |
| * | | | | | | ethtool: enable Inline TLS in HW | Atul Gupta | 2018-04-01 | 1 | -0/+1 | |
| * | | | | | | tls: support for Inline tls record | Atul Gupta | 2018-04-01 | 1 | -3/+111 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-04-01 | 10 | -71/+633 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | bpf: Post-hooks for sys_bind | Andrey Ignatov | 2018-03-31 | 3 | -27/+128 | |
| | * | | | | | | bpf: Hooks for sys_connect | Andrey Ignatov | 2018-03-31 | 7 | -0/+141 | |
| | * | | | | | | net: Introduce __inet_bind() and __inet6_bind | Andrey Ignatov | 2018-03-31 | 2 | -28/+48 | |
| | * | | | | | | bpf: Hooks for sys_bind | Andrey Ignatov | 2018-03-31 | 3 | -0/+246 | |
| | * | | | | | | bpf: Check attach type at prog load time | Andrey Ignatov | 2018-03-31 | 1 | -14/+25 | |
| | * | | | | | | bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT: | John Fastabend | 2018-03-30 | 1 | -1/+1 | |
| | * | | | | | | bpf: sockmap redirect ingress support | John Fastabend | 2018-03-30 | 2 | -2/+10 | |
| | * | | | | | | net/mac802154: disambiguate mac80215 vs mac802154 trace events | Alexei Starovoitov | 2018-03-28 | 1 | -4/+4 | |
| | * | | | | | | treewide: remove large struct-pass-by-value from tracepoint arguments | Alexei Starovoitov | 2018-03-28 | 1 | -1/+1 | |
| | * | | | | | | bpf: Add sock_ops R/W access to ipv4 tos | Nikita V. Shirokov | 2018-03-28 | 1 | -0/+35 | |
| * | | | | | | | inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CB | Eric Dumazet | 2018-04-01 | 1 | -18/+11 | |
| * | | | | | | | ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CB | Eric Dumazet | 2018-04-01 | 1 | -18/+12 | |
| * | | | | | | | inet: frags: get rid of ipfrag_skb_cb/FRAG_CB | Eric Dumazet | 2018-04-01 | 1 | -21/+14 | |
| * | | | | | | | ipv6: frags: rewrite ip6_expire_frag_queue() | Eric Dumazet | 2018-04-01 | 1 | -8/+16 | |
| * | | | | | | | inet: frags: do not clone skb in ip_expire() | Eric Dumazet | 2018-04-01 | 1 | -10/+6 | |
| * | | | | | | | inet: frags: break the 2GB limit for frags storage | Eric Dumazet | 2018-04-01 | 6 | -20/+20 | |
| * | | | | | | | inet: frags: remove inet_frag_maybe_warn_overflow() | Eric Dumazet | 2018-04-01 | 5 | -23/+8 | |
| * | | | | | | | inet: frags: get rif of inet_frag_evicting() | Eric Dumazet | 2018-04-01 | 2 | -37/+32 | |
| * | | | | | | | inet: frags: remove some helpers | Eric Dumazet | 2018-04-01 | 3 | -10/+6 | |
| * | | | | | | | inet: frags: use rhashtables for reassembly units | Eric Dumazet | 2018-04-01 | 6 | -509/+225 | |
| * | | | | | | | inet: frags: refactor ipfrag_init() | Eric Dumazet | 2018-04-01 | 1 | -2/+2 | |
| * | | | | | | | inet: frags: refactor lowpan_net_frag_init() | Eric Dumazet | 2018-04-01 | 1 | -9/+11 | |
| * | | | | | | | inet: frags: refactor ipv6_frag_init() | Eric Dumazet | 2018-04-01 | 1 | -11/+14 | |
| * | | | | | | | inet: frags: add a pointer to struct netns_frags | Eric Dumazet | 2018-04-01 | 5 | -34/+41 | |
| * | | | | | | | inet: frags: change inet_frags_init_net() return value | Eric Dumazet | 2018-04-01 | 4 | -11/+35 | |
| * | | | | | | | vlan: vlan_hw_filter_capable() can be static | Wei Yongjun | 2018-04-01 | 1 | -1/+1 | |
| * | | | | | | | Merge tag 'rxrpc-next-20180330' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 2018-04-01 | 19 | -71/+424 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rxrpc: Fix leak of rxrpc_peer objects | David Howells | 2018-03-30 | 5 | -0/+26 | |
| | * | | | | | | | rxrpc: Add a tracepoint to track rxrpc_peer refcounting | David Howells | 2018-03-30 | 3 | -22/+68 | |
| | * | | | | | | | rxrpc: Fix apparent leak of rxrpc_local objects | David Howells | 2018-03-30 | 6 | -0/+14 | |
| | * | | | | | | | rxrpc: Add a tracepoint to track rxrpc_local refcounting | David Howells | 2018-03-30 | 3 | -27/+68 | |
| | * | | | | | | | rxrpc: Fix potential call vs socket/net destruction race | David Howells | 2018-03-30 | 4 | -3/+17 | |
| | * | | | | | | | rxrpc: Fix checker warnings and errors | David Howells | 2018-03-30 | 6 | -3/+13 | |
| | * | | | | | | | rxrpc: remove unused static variables | Sebastian Andrzej Siewior | 2018-03-30 | 1 | -3/+0 | |
| | * | | | | | | | rxrpc: Fix resend event time calculation | Marc Dionne | 2018-03-30 | 1 | -1/+1 | |
| | * | | | | | | | rxrpc: Don't treat call aborts as conn aborts | David Howells | 2018-03-30 | 1 | -6/+9 | |
| | * | | | | | | | rxrpc: Fix Tx ring annotation after initial Tx failure | David Howells | 2018-03-30 | 1 | -1/+3 | |
| | * | | | | | | | rxrpc: Fix a bit of time confusion | David Howells | 2018-03-30 | 1 | -1/+1 | |
| | * | | | | | | | rxrpc: Fix firewall route keepalive | David Howells | 2018-03-30 | 9 | -4/+204 | |
| * | | | | | | | | net: Do not take net_rwsem in __rtnl_link_unregister() | Kirill Tkhai | 2018-04-01 | 2 | -3/+4 | |
| * | | | | | | | | net: Remove net_rwsem from {, un}register_netdevice_notifier() | Kirill Tkhai | 2018-04-01 | 1 | -5/+0 | |
| * | | | | | | | | tipc: avoid possible string overflow | Jon Maloy | 2018-04-01 | 1 | -1/+2 | |
| * | | | | | | | | tipc: permit overlapping service ranges in name table | Jon Maloy | 2018-04-01 | 7 | -111/+60 | |
| * | | | | | | | | tipc: refactor name table translate function | Jon Maloy | 2018-04-01 | 1 | -36/+25 | |
| * | | | | | | | | tipc: replace name table service range array with rb tree | Jon Maloy | 2018-04-01 | 6 | -568/+477 |