summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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-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-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-19netns: add and use net_ns_barrierFlorian Westphal
2017-06-17net: remove DST_NOCACHE flagWei Wang
2017-06-17net: remove DST_NOGC flagWei Wang
2017-06-17net: remove dst gc related codeWei Wang
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang
2017-06-17net: introduce a new function dst_dev_put()Wei Wang
2017-06-17net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-14net: use skb_unref() in napi_consume_skb()Paolo Abeni
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song
2017-06-14dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg
2017-06-13net: rps: fix uninitialized symbol warningAshwanth Goli
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni
2017-06-10bpf: add bpf_set_hash helper for tc progsDaniel Borkmann
2017-06-10bpf: remove cg_skb_func_proto and use sk_filter_func_proto directlyDaniel Borkmann
2017-06-10netns: fix error code when the nsid is already usedNicolas Dichtel
2017-06-10netns: define extack error msg for nsis cmdsNicolas Dichtel
2017-06-09net: rps: send out pending IPI's on CPU hotplugashwanth@codeaurora.org
2017-06-09Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen
2017-06-08skbuff: only inherit relevant tx_flagsWillem de Bruijn
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-06-08net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet