- 8d63bee net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
- 0254e0c net: check dev->addr_len for dev_set_mac_address() by WANG Cong · 7 years ago
- 0c3a8f8 netpoll: Fix device name check in netpoll_setup() by Matthias Kaehlcke · 7 years ago
- 96080f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 153711f rtnetlink: allocate more memory for dev_set_mac_address() by WANG Cong · 7 years ago
- 3753654 Revert "rtnetlink: Do not generate notifications for CHANGEADDR event" by David Ahern · 7 years ago
- 6367911 net: Zero terminate ifr_name in dev_ifname(). by David S. Miller · 7 years ago
- 98de4e0 wireless: wext: terminate ifr name coming from userspace by Levin, Alexander · 7 years ago
- 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
- 230cd12 netpoll: shut up a kernel warning on refcount by WANG Cong · 7 years ago
- 5d89fb3 net: set fib rule refcount after malloc by David Ahern · 7 years ago
- ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- e4a6a34 bpf: fix return in bpf_skb_adjust_net by Kefeng Wang · 7 years ago
- dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
- d3f6cd9 datagram: fix kernel-doc comments by stephen hemminger · 7 years ago
- f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 7 years ago
- 7114f51 Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 6d3f06a bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP case by Colin Ian King · 7 years ago
- 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
- 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 5361e20 net: avoid one splat in fib_nl_delrule() by Eric Dumazet · 7 years ago
- 9af9959 net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64 by Alban Browaeys · 7 years ago
- f96da09 bpf: simplify narrower ctx access by Daniel Borkmann · 7 years ago
- 2be7e21 bpf: add bpf_skb_adjust_room helper by Daniel Borkmann · 7 years ago
- 0daf434 bpf, net: add skb_mac_header_len helper by Daniel Borkmann · 7 years ago
- a5192c5 bpf: fix to bpf_setsockops by Lawrence Brakmo · 7 years ago
- 13bf964 bpf: Adds support for setting sndcwnd clamp by Lawrence Brakmo · 7 years ago
- fc74781 bpf: Adds support for setting initial cwnd by Lawrence Brakmo · 7 years ago
- 91b5b21 bpf: Add support for changing congestion control by Lawrence Brakmo · 7 years ago
- 8c4b4c7 bpf: Add setsockopt helper function to bpf by Lawrence Brakmo · 7 years ago
- 40304b2 bpf: BPF support for sock_ops by Lawrence Brakmo · 7 years ago
- c122e14 net: convert net.passive from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 717d1e9 net: convert fib_rule.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 433cea4 net: convert netpoll_info.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 2638595 net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 6343944 net: convert neigh_params.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 9f23743 net: convert neighbour.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 52a623b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
- 30e7e3e ethtool: don't open-code memdup_user() by Al Viro · 8 years ago
- e44699d net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() by Michal Kubeček · 7 years ago
- 38ef00c net: constify attribute_group structures. by Arvind Yadav · 7 years ago
- 6f64ec7 net: prevent sign extension in dev_get_stats() by Eric Dumazet · 7 years ago
- d116ffc net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate by Matthias Schiffer · 7 years ago
- 17dd0ec net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink by Matthias Schiffer · 7 years ago
- a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 7 years ago
- ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 7 years ago
- 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 7 years ago
- 3fcece1 net: store port/representator id in metadata_dst by Jakub Kicinski · 7 years ago
- 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
- 2399463 bpf: possibly avoid extra masking for narrower load in verifier by Yonghong Song · 7 years ago
- ce158e5 xdp: add reporting of offload mode by Jakub Kicinski · 7 years ago
- ee5d032 xdp: add HW offload mode flag for installing programs by Jakub Kicinski · 7 years ago
- 32d6027 xdp: pass XDP flags into install handlers by Jakub Kicinski · 7 years ago
- 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 28b5ba2a net: introduce SO_PEERGROUPS getsockopt by David Herrmann · 7 years ago
- 5f729ea rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mroute by Julien Gomes · 7 years ago
- db833d4 rtnetlink: add IFLA_GROUP to ifla_policy by Serhey Popovych · 7 years ago
- fe420d8 net/core: remove explicit do_softirq() from busy_poll_stop() by Sebastian Siewior · 7 years ago
- bdaf32c fib_rules: Resolve goto rules target on delete by Serhey Popovych · 7 years ago
- ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
- b3d0f78 net/neighbor: use get_random_u32 for 32-bit hash random by Jason A. Donenfeld · 8 years ago
- 7866cc5 netns: add and use net_ns_barrier by Florian Westphal · 8 years ago
- a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 7 years ago
- b2a9c0e net: remove DST_NOGC flag by Wei Wang · 7 years ago
- 5b7c9a8 net: remove dst gc related code by Wei Wang · 7 years ago
- 52df157 xfrm: take refcnt of dst when creating struct xfrm_dst bundle by Wei Wang · 7 years ago
- 4a6ce2b net: introduce a new function dst_dev_put() by Wei Wang · 7 years ago
- 5f56f40 net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt by Wei Wang · 7 years ago
- 5803869 net: Add IFLA_XDP_PROG_ID by Martin KaFai Lau · 7 years ago
- d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
- af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 7 years ago
- 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
- b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 7 years ago
- 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 7608894 net: use skb_unref() in napi_consume_skb() by Paolo Abeni · 8 years ago
- 31fd858 bpf: permits narrower load from bpf program context fields by Yonghong Song · 8 years ago
- 68dd02d dev_ioctl: copy only the smaller struct iwreq for wext by Johannes Berg · 8 years ago
- 97d8b6e net: rps: fix uninitialized symbol warning by Ashwanth Goli · 8 years ago
- 0a463c7 udp: avoid a cache miss on dequeue by Paolo Abeni · 8 years ago
- 3889a803 net: factor out a helper to decrement the skb refcount by Paolo Abeni · 8 years ago
- ded092c bpf: add bpf_set_hash helper for tc progs by Daniel Borkmann · 8 years ago
- 966789f bpf: remove cg_skb_func_proto and use sk_filter_func_proto directly by Daniel Borkmann · 8 years ago
- 10d486a netns: fix error code when the nsid is already used by Nicolas Dichtel · 8 years ago
- 4a7f7bc netns: define extack error msg for nsis cmds by Nicolas Dichtel · 8 years ago
- 773fc8f net: rps: send out pending IPI's on CPU hotplug by ashwanth@codeaurora.org · 8 years ago
- f186ce6 Fix an intermittent pr_emerg warning about lo becoming free. by Krister Johansen · 8 years ago
- fff8803 skbuff: only inherit relevant tx_flags by Willem de Bruijn · 8 years ago
- 0604475 tcp: add TCPMemoryPressuresChrono counter by Eric Dumazet · 8 years ago
- 0eed9cf net: Zero ifla_vf_info in rtnl_fill_vfinfo() by Mintz, Yuval · 8 years ago
- 5d2ed05 tcp: Namespaceify sysctl_tcp_timestamps by Eric Dumazet · 8 years ago
- cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
- c28294b net: don't call strlen on non-terminated string in dev_set_alias() by Alexander Potapenko · 8 years ago
- 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 8 years ago
- 6044bd4 devlink: fix potential memort leak by Haishuang Yan · 8 years ago