summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-05bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP caseColin Ian King
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-03net: avoid one splat in fib_nl_delrule()Eric Dumazet
2017-07-03net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann
2017-07-03bpf, net: add skb_mac_header_len helperDaniel Borkmann
2017-07-02bpf: fix to bpf_setsockopsLawrence Brakmo
2017-07-01bpf: Adds support for setting sndcwnd clampLawrence Brakmo
2017-07-01bpf: Adds support for setting initial cwndLawrence Brakmo
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01bpf: Add setsockopt helper function to bpfLawrence Brakmo
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-30ethtool: don't open-code memdup_user()Al Viro
2017-06-29net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-06-29net: constify attribute_group structures.Arvind Yadav
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song
2017-06-23xdp: add reporting of offload modeJakub Kicinski
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann
2017-06-21rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes
2017-06-20rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-06-20net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior
2017-06-20fib_rules: Resolve goto rules target on deleteSerhey Popovych
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar