summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-07-03net: avoid one splat in fib_nl_delrule()Eric Dumazet1-1/+1
2017-07-03net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys1-1/+1
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann1-130/+109
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann1-5/+121
2017-07-03bpf, net: add skb_mac_header_len helperDaniel Borkmann1-2/+2
2017-07-03bpf: fix to bpf_setsockopsLawrence Brakmo1-2/+1
2017-07-02bpf: Adds support for setting sndcwnd clampLawrence Brakmo1-0/+7
2017-07-02bpf: Adds support for setting initial cwndLawrence Brakmo1-1/+17
2017-07-02bpf: Add support for changing congestion controlLawrence Brakmo1-1/+17
2017-07-02bpf: Add setsockopt helper function to bpfLawrence Brakmo1-1/+78
2017-07-02bpf: BPF support for sock_opsLawrence Brakmo1-0/+168
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena2-3/+3
2017-07-01net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2-6/+6
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena3-15/+15
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena6-22/+22
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena1-7/+7
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+20
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+17
2017-06-29net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček1-7/+17
2017-06-29net: constify attribute_group structures.Arvind Yadav1-3/+3
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet1-3/+3
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+1
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+1
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski2-5/+11
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song1-39/+53
2017-06-23xdp: add reporting of offload modeJakub Kicinski2-5/+4
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski2-4/+7
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski1-2/+3
2017-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+32
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann1-0/+33
2017-06-21rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes1-0/+13
2017-06-20rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych1-0/+2
2017-06-20net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior1-2/+0
2017-06-20fib_rules: Resolve goto rules target on deleteSerhey Popovych1-7/+14
2017-06-19netns: add and use net_ns_barrierFlorian Westphal1-0/+17
2017-06-18net: remove DST_NOCACHE flagWei Wang1-1/+1
2017-06-18net: remove DST_NOGC flagWei Wang1-3/+1
2017-06-18net: remove dst gc related codeWei Wang2-214/+0
2017-06-18xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang1-17/+2
2017-06-18net: introduce a new function dst_dev_put()Wei Wang1-0/+24
2017-06-18net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang1-2/+18
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau2-14/+32
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg3-6/+6