Age | Commit message (Expand) | Author |
2017-09-01 | mlxsw: spectrum: Forbid linking to devices that have uppers | Ido Schimmel |
2017-08-28 | net: missing call of trace_napi_poll in busy_poll_stop | Jesper Dangaard Brouer |
2017-08-08 | net: avoid skb_warn_bad_offload false positives on UFO | Willem de Bruijn |
2017-07-12 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko |
2017-07-08 | bonding: avoid NETDEV_CHANGEMTU event when unregistering slave | WANG Cong |
2017-07-03 | net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64 | Alban Browaeys |
2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-29 | net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() | Michal Kubeček |
2017-06-27 | net: prevent sign extension in dev_get_stats() | Eric Dumazet |
2017-06-23 | xdp: add reporting of offload mode | Jakub Kicinski |
2017-06-23 | xdp: add HW offload mode flag for installing programs | Jakub Kicinski |
2017-06-23 | xdp: pass XDP flags into install handlers | Jakub Kicinski |
2017-06-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-20 | net/core: remove explicit do_softirq() from busy_poll_stop() | Sebastian Siewior |
2017-06-17 | net: remove dst gc related code | Wei Wang |
2017-06-16 | net: Add IFLA_XDP_PROG_ID | Martin KaFai Lau |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-13 | net: rps: fix uninitialized symbol warning | Ashwanth Goli |
2017-06-09 | net: rps: send out pending IPI's on CPU hotplug | ashwanth@codeaurora.org |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller |
2017-06-07 | net: don't call strlen on non-terminated string in dev_set_alias() | Alexander Potapenko |
2017-06-06 | net: sched: introduce a TRAP control action | Jiri Pirko |
2017-05-27 | rtnl: Add support for netdev event to link messages | Vlad Yasevich |
2017-05-21 | net: add function to retrieve original skb device using NAPI ID | Miroslav Lichvar |
2017-05-19 | net: more accurate checksumming in validate_xmit_skb() | Davide Caratti |
2017-05-19 | net: use skb->csum_not_inet to identify packets needing crc32c | Davide Caratti |
2017-05-19 | sk_buff: remove support for csum_bad in sk_buff | Davide Caratti |
2017-05-19 | net: introduce skb_crc32c_csum_help | Davide Caratti |
2017-05-17 | net: sched: move tc_classify function to cls_api.c | Jiri Pirko |
2017-05-11 | xdp: refine xdp api with regards to generic xdp | Daniel Borkmann |
2017-05-11 | xdp: add flag to enforce driver mode | Daniel Borkmann |
2017-05-08 | treewide: convert PF_MEMALLOC manipulations to new helpers | Vlastimil Babka |
2017-05-08 | net: use kvmalloc with __GFP_REPEAT rather than open coded variant | Michal Hocko |
2017-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-05-02 | xdp: fix parameter kdoc for extack | Jakub Kicinski |
2017-05-01 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-05-01 | xdp: propagate extended ack to XDP setup | Jakub Kicinski |
2017-04-27 | net: remove unnecessary carrier status check | Zhang Shengju |
2017-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-04-26 | net: core: Prevent from dereferencing null pointer when releasing SKB | Myungho Jung |
2017-04-25 | net: Generic XDP | David S. Miller |
2017-04-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2017-04-21 | Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning | Matthew Whitehead |
2017-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-04-14 | net: Add a xfrm validate function to validate_xmit_skb | Steffen Klassert |
2017-04-12 | net: xdp: don't export dev_change_xdp_fd() | Johannes Berg |
2017-04-11 | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current... | NeilBrown |
2017-04-09 | Revert "rtnl: Add support for netdev event to link messages" | David S. Miller |
2017-04-05 | rtnl: Add support for netdev event to link messages | Vlad Yasevich |