aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-08-11Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern
2017-08-11net: Zero terminate ifr_name in dev_ifname().David S. Miller
2017-08-11wireless: wext: terminate ifr name coming from userspaceLevin, Alexander
2017-07-21net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys
2017-06-29net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet
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-14dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg
2017-06-13net: rps: fix uninitialized symbol warningAshwanth Goli
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-08net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval
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-05devlink: fix potential memort leakHaishuang Yan
2017-06-04sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh
2017-05-26ipv4: add reference counting to metricsEric Dumazet
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko
2017-05-17net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-05-17neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern
2017-05-11netem: fix skb_orphan_partial()Eric Dumazet
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-02xdp: fix parameter kdoc for extackJakub Kicinski
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-05-01iov_iter: don't revert iov buffer if csum errorDing Tianhong
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski
2017-04-30lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter
2017-04-30net: Initialise init_net.count to 1David Howells
2017-04-30bpf: restore skb->sk before pskb_trim() callEric Dumazet
2017-04-28net: adjust skb->truesize in ___pskb_trim()Eric Dumazet
2017-04-27fib_rules: fix error return codeWei Yongjun
2017-04-27net: remove unnecessary carrier status checkZhang Shengju
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung