summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: avoid one splat in fib_nl_delrule()Eric Dumazet2017-07-031-1/+1
* net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys2017-07-031-1/+1
* bpf: simplify narrower ctx accessDaniel Borkmann2017-07-031-130/+109
* bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-031-5/+121
* bpf, net: add skb_mac_header_len helperDaniel Borkmann2017-07-031-2/+2
* bpf: fix to bpf_setsockopsLawrence Brakmo2017-07-021-2/+1
* bpf: Adds support for setting sndcwnd clampLawrence Brakmo2017-07-011-0/+7
* bpf: Adds support for setting initial cwndLawrence Brakmo2017-07-011-1/+17
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-1/+17
* bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-011-1/+78
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-0/+168
* net: convert net.passive from atomic_t to refcount_tReshetova, Elena2017-07-012-3/+3
* net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-012-6/+6
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-013-15/+15
* net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-016-22/+22
* net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
* net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-10/+20
|\
| * net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-06-291-7/+17
| * net: prevent sign extension in dev_get_stats()Eric Dumazet2017-06-271-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-301-0/+17
|\ \
| * | netns: add and use net_ns_barrierFlorian Westphal2017-06-191-0/+17
* | | net: constify attribute_group structures.Arvind Yadav2017-06-291-3/+3
* | | net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer2017-06-261-1/+2
* | | net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer2017-06-261-1/+2
* | | net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+1
* | | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+1
* | | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* | | net: store port/representator id in metadata_dstJakub Kicinski2017-06-252-5/+11
* | | bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-231-39/+53
* | | xdp: add reporting of offload modeJakub Kicinski2017-06-232-5/+4
* | | xdp: add HW offload mode flag for installing programsJakub Kicinski2017-06-232-4/+7
* | | xdp: pass XDP flags into install handlersJakub Kicinski2017-06-231-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-214-12/+32
|\ \ \ | | |/ | |/|
| * | rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-06-201-0/+2
| * | net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior2017-06-201-2/+0
| * | fib_rules: Resolve goto rules target on deleteSerhey Popovych2017-06-201-7/+14
| * | dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg2017-06-141-3/+16
* | | net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-211-0/+33
* | | rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes2017-06-211-0/+13
* | | net: remove DST_NOCACHE flagWei Wang2017-06-171-1/+1
* | | net: remove DST_NOGC flagWei Wang2017-06-171-3/+1
* | | net: remove dst gc related codeWei Wang2017-06-172-214/+0
* | | xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2017-06-171-17/+2
* | | net: introduce a new function dst_dev_put()Wei Wang2017-06-171-0/+24
* | | net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang2017-06-171-2/+18
* | | net: Add IFLA_XDP_PROG_IDMartin KaFai Lau2017-06-162-14/+32
OpenPOWER on IntegriCloud