aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-06-29net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček1-7/+17
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet1-3/+3
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-12/+32
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-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-14dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg1-3/+16
2017-06-13net: rps: fix uninitialized symbol warningAshwanth Goli1-1/+1
2017-06-09net: rps: send out pending IPI's on CPU hotplugashwanth@codeaurora.org1-9/+22
2017-06-09Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen1-0/+14
2017-06-08net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval1-1/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+6
2017-06-07net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko1-1/+2
2017-06-05devlink: fix potential memort leakHaishuang Yan1-2/+6
2017-06-04sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh1-1/+4
2017-05-26ipv4: add reference counting to metricsEric Dumazet1-9/+14
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann1-0/+1
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl2-2/+19
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko1-2/+5
2017-05-17net: fix compile error in skb_orphan_partial()Eric Dumazet1-3/+0
2017-05-17neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka1-4/+10
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern1-12/+24
2017-05-11netem: fix skb_orphan_partial()Eric Dumazet1-12/+8
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann2-41/+54
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann2-0/+7
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-12/+19
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2-6/+8
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko1-15/+9
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet1-12/+19
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt1-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-467/+1735
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+7
2017-05-02xdp: fix parameter kdoc for extackJakub Kicinski1-1/+1
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-05-01iov_iter: don't revert iov buffer if csum errorDing Tianhong1-6/+7
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+103
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski2-6/+12
2017-04-30lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter1-3/+4
2017-04-30net: Initialise init_net.count to 1David Howells1-1/+2
2017-04-30bpf: restore skb->sk before pskb_trim() callEric Dumazet1-1/+1
2017-04-28net: adjust skb->truesize in ___pskb_trim()Eric Dumazet1-0/+2
2017-04-27fib_rules: fix error return codeWei Yongjun1-2/+4
2017-04-27net: remove unnecessary carrier status checkZhang Shengju1-7/+4
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-04-25net: Generic XDPDavid S. Miller3-21/+176
2017-04-24lwtunnel: check return value of nla_nest_startPan Bian1-0/+2