summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2017-06-19net/neighbor: use get_random_u32 for 32-bit hash randomJason A. Donenfeld
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
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-07net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-06-05devlink: fix potential memort leakHaishuang Yan
2017-06-04skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan
2017-06-04sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh