Age | Commit message (Expand) | Author | Files | Lines |
2017-05-17 | net: fix compile error in skb_orphan_partial() | Eric Dumazet | 1 | -3/+0 |
2017-05-17 | neighbour: update neigh timestamps iff update is effective | Ihar Hrachyshka | 1 | -4/+10 |
2017-05-16 | net: Improve handling of failures on link and route dumps | David Ahern | 1 | -12/+24 |
2017-05-11 | netem: fix skb_orphan_partial() | Eric Dumazet | 1 | -12/+8 |
2017-05-11 | xdp: refine xdp api with regards to generic xdp | Daniel Borkmann | 2 | -41/+54 |
2017-05-11 | xdp: add flag to enforce driver mode | Daniel Borkmann | 2 | -0/+7 |
2017-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -12/+19 |
2017-05-08 | treewide: convert PF_MEMALLOC manipulations to new helpers | Vlastimil Babka | 2 | -6/+8 |
2017-05-08 | net: use kvmalloc with __GFP_REPEAT rather than open coded variant | Michal Hocko | 1 | -15/+9 |
2017-05-05 | tcp: randomize timestamps on syncookies | Eric Dumazet | 1 | -12/+19 |
2017-05-04 | rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string | Michal Schmidt | 1 | -1/+1 |
2017-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 23 | -467/+1735 |
2017-05-02 | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -1/+0 |
2017-05-02 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+7 |
2017-05-02 | xdp: fix parameter kdoc for extack | Jakub Kicinski | 1 | -1/+1 |
2017-05-01 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+2 |
2017-05-01 | iov_iter: don't revert iov buffer if csum error | Ding Tianhong | 1 | -6/+7 |
2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+103 |
2017-05-01 | xdp: propagate extended ack to XDP setup | Jakub Kicinski | 2 | -6/+12 |
2017-04-30 | lwtunnel: fix error path in lwtunnel_fill_encap() | Dan Carpenter | 1 | -3/+4 |
2017-04-30 | net: Initialise init_net.count to 1 | David Howells | 1 | -1/+2 |
2017-04-30 | bpf: restore skb->sk before pskb_trim() call | Eric Dumazet | 1 | -1/+1 |
2017-04-28 | net: adjust skb->truesize in ___pskb_trim() | Eric Dumazet | 1 | -0/+2 |
2017-04-27 | fib_rules: fix error return code | Wei Yongjun | 1 | -2/+4 |
2017-04-27 | net: remove unnecessary carrier status check | Zhang Shengju | 1 | -7/+4 |
2017-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2017-04-26 | net: core: Prevent from dereferencing null pointer when releasing SKB | Myungho Jung | 1 | -0/+3 |
2017-04-25 | net: Generic XDP | David S. Miller | 3 | -21/+176 |
2017-04-24 | lwtunnel: check return value of nla_nest_start | Pan Bian | 1 | -0/+2 |
2017-04-24 | flow_dissector: add mpls support (v2) | Benjamin LaHaise | 1 | -3/+22 |
2017-04-22 | net/devlink: Add E-Switch encapsulation control | Roi Dayan | 1 | -3/+23 |
2017-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+8 |
2017-04-21 | netpoll: Check for skb->queue_mapping | Tushar Dave | 1 | -2/+8 |
2017-04-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -0/+6 |
2017-04-21 | bpf: add napi_id read access to __sk_buff | Daniel Borkmann | 1 | -0/+14 |
2017-04-21 | gso: Validate assumption of frag_list segementation | Ilan Tayari | 1 | -4/+14 |
2017-04-21 | Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning | Matthew Whitehead | 2 | -1/+11 |
2017-04-20 | bpf: remove reference to sock_filter_ext from kerneldoc comment | Tobias Klauser | 1 | -1/+2 |
2017-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-04-17 | net: rtnetlink: plumb extended ack to doit function | David Ahern | 4 | -30/+47 |
2017-04-17 | gso: Validate assumption of frag_list segementation | Ilan Tayari | 1 | -4/+14 |
2017-04-17 | Add uid and cookie bpf helper to cg_skb_func_proto | Chenbo Feng | 1 | -6/+1 |
2017-04-17 | net-timestamp: avoid use-after-free in ip_recv_error | Willem de Bruijn | 1 | -0/+1 |
2017-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -10/+14 |
2017-04-14 | net: off by one in inet6_pton() | Dan Carpenter | 1 | -1/+1 |
2017-04-14 | net: Add a xfrm validate function to validate_xmit_skb | Steffen Klassert | 1 | -0/+3 |
2017-04-14 | net: Add ESP offload features | Steffen Klassert | 1 | -0/+3 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 5 | -31/+37 |
2017-04-13 | netlink: extended ACK reporting | Johannes Berg | 2 | -2/+4 |
2017-04-13 | rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN event | David Ahern | 1 | -1/+0 |