Age | Commit message (Expand) | Author | Files | Lines |
2017-04-17 | l2tp: device MTU setup, tunnel socket needs a lock | R. Parameswaran | 2 | -1/+3 |
2017-04-17 | net: ipv6: send unsolicited NA on admin up | David Ahern | 1 | -0/+2 |
2017-04-17 | net: dsa: isolate legacy code | Vivien Didelot | 4 | -767/+825 |
2017-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 22 | -67/+134 |
2017-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 8 | -25/+62 |
2017-04-13 | netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usage | Gao Feng | 1 | -1/+1 |
2017-04-13 | netfilter: nft_hash: do not dump the auto generated seed | Liping Zhang | 1 | -3/+7 |
2017-04-13 | netlink: pass extended ACK struct where available | Johannes Berg | 10 | -37/+40 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 110 | -342/+397 |
2017-04-13 | netlink: allow sending extended ACK with cookie on success | Johannes Berg | 1 | -11/+22 |
2017-04-13 | genetlink: pass extended ACK report down | Johannes Berg | 1 | -2/+4 |
2017-04-13 | netlink: extended ACK reporting | Johannes Berg | 10 | -27/+87 |
2017-04-13 | net: ipv4: Refine the ipv4_default_advmss | Gao Feng | 1 | -8/+4 |
2017-04-13 | rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN event | David Ahern | 1 | -1/+0 |
2017-04-13 | rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER event | David Ahern | 1 | -1/+0 |
2017-04-13 | rtnetlink: Do not generate notifications for CHANGELOWERSTATE event | David Ahern | 1 | -1/+0 |
2017-04-13 | rtnetlink: Do not generate notifications for PRECHANGEUPPER event | David Ahern | 1 | -1/+0 |
2017-04-13 | rtnetlink: Do not generate notifications for POST_TYPE_CHANGE event | David Ahern | 1 | -1/+0 |
2017-04-13 | rtnetlink: Do not generate notifications for CHANGEADDR event | David Ahern | 1 | -1/+0 |
2017-04-13 | rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFO | David Ahern | 1 | -1/+0 |
2017-04-13 | rtnetlink: Do not generate notifications for MTU events | David Ahern | 1 | -2/+0 |
2017-04-12 | gso: Support frag_list splitting with head_frag | Ilan Tayari | 1 | -1/+1 |
2017-04-12 | ipv6: Fix idev->addr_list corruption | Rabin Vincent | 1 | -4/+7 |
2017-04-12 | l2tp: define parameters of l2tp_tunnel_find*() as "const" | Guillaume Nault | 2 | -4/+4 |
2017-04-12 | l2tp: define parameters of l2tp_session_get*() as "const" | Guillaume Nault | 2 | -5/+7 |
2017-04-12 | net: xdp: don't export dev_change_xdp_fd() | Johannes Berg | 1 | -1/+0 |
2017-04-11 | net/smc: do not use IB_SEND_INLINE together with mapped data | Ursula Braun | 2 | -2/+1 |
2017-04-11 | net/smc: destruct non-accepted sockets | Ursula Braun | 2 | -6/+9 |
2017-04-11 | net/smc: remove duplicate unhash | Ursula Braun | 1 | -1/+0 |
2017-04-11 | net/smc: guarantee ConnClosed send after shutdown SHUT_WR | Ursula Braun | 1 | -11/+25 |
2017-04-11 | net/smc: no socket state changes in tasklet context | Ursula Braun | 6 | -20/+41 |
2017-04-11 | net/smc: always call the POLL_IN part of sk_wake_async | Ursula Braun | 1 | -2/+1 |
2017-04-11 | net/smc: guarantee reset of write_blocked for heavy workload | Ursula Braun | 1 | -1/+5 |
2017-04-11 | net/smc: return active RoCE port only | Ursula Braun | 1 | -2/+5 |
2017-04-11 | net/smc: remove useless smc_ib_devices_list check | Ursula Braun | 3 | -4/+1 |
2017-04-11 | net/smc: get rid of old comment | Ursula Braun | 1 | -2/+0 |
2017-04-11 | bridge: netlink: register netdevice before executing changelink | Ido Schimmel | 1 | -2/+5 |
2017-04-11 | bridge: implement missing ndo_uninit() | Ido Schimmel | 4 | -12/+21 |
2017-04-11 | bpf: pass sk to helper functions | Willem de Bruijn | 1 | -1/+6 |
2017-04-11 | devlink: fix return value check in devlink_dpipe_header_put() | Wei Yongjun | 1 | -1/+1 |
2017-04-11 | bpf: remove struct bpf_prog_type_list | Johannes Berg | 1 | -68/+7 |
2017-04-11 | l2tp: remove l2tp_session_find() | Guillaume Nault | 2 | -53/+1 |
2017-04-11 | l2tp: remove useless duplicate session detection in l2tp_netlink | Guillaume Nault | 1 | -5/+0 |
2017-04-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 3 | -4/+2 |
2017-04-09 | tcp: clear saved_syn in tcp_disconnect() | Eric Dumazet | 1 | -0/+1 |
2017-04-09 | Revert "rtnl: Add support for netdev event to link messages" | David S. Miller | 2 | -84/+10 |
2017-04-08 | netfilter: nf_ct_expect: use proper RCU list traversal/update APIs | Liping Zhang | 2 | -5/+5 |
2017-04-08 | netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULL | Liping Zhang | 1 | -0/+6 |
2017-04-08 | netfilter: make it safer during the inet6_dev->addr_list traversal | Liping Zhang | 2 | -1/+6 |
2017-04-08 | netfilter: ctnetlink: make it safer when checking the ct helper name | Liping Zhang | 1 | -5/+10 |