summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2019-11-16net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin1-2/+1
2019-11-16page_pool: do not release pool until inflight == 0.Jonathan Lemon2-123/+120
2019-11-16bpf: Annotate context typesAlexei Starovoitov1-10/+0
2019-11-16bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov1-1/+1
2019-11-15y2038: socket: remove timespec reference in timestampingArnd Bergmann1-2/+4
2019-11-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-0/+5
2019-11-12devlink: Allow large formatted message of binary outputAya Levin1-9/+15
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo1-2/+2
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-2/+2
2019-11-12netprio: use css ID instead of cgroup IDTejun Heo1-4/+4
2019-11-12devlink: Add method for time-stamp on reporter's dumpAya Levin1-0/+6
2019-11-11devlink: Add new "enable_roce" generic device paramMichael Guralnik1-0/+5
2019-11-10devlink: disallow reload operation during device cleanupJiri Pirko1-1/+38
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+15
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko1-1/+41
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet1-1/+1
2019-11-08net: add annotations on hh->hh_len lockless accessesEric Dumazet1-2/+2
2019-11-08devlink: Add layer 3 generic packet exception trapsAmit Cohen1-0/+6
2019-11-08devlink: Add layer 3 generic packet trapsAmit Cohen1-0/+9
2019-11-07net_sched: gen_estimator: extend packet counter to 64bitEric Dumazet1-2/+2
2019-11-07net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2019-11-06net_sched: add TCA_STATS_PKT64 attributeEric Dumazet1-2/+7
2019-11-06net_sched: extend packet counter to 64bitEric Dumazet1-2/+1
2019-11-06net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski1-5/+15
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller9-213/+525
2019-11-02net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-4/+4
2019-10-31flow_dissector: extract more ICMP informationMatteo Croce1-24/+50
2019-10-31flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce1-9/+25
2019-10-31flow_dissector: add meaningful commentsMatteo Croce1-0/+6
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-30net/core: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2-4/+4
2019-10-30net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov1-1/+1
2019-10-29sock: remove unneeded semicolonYueHaibing1-1/+1
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2-2/+2
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+14
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+6
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-10-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault3-16/+17
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo2-25/+6
2019-10-25net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-21/+209
2019-10-25net: core: add generic lockdep keysTaehee Yoo2-84/+44
2019-10-25net: core: limit nested device depthTaehee Yoo1-45/+227
2019-10-25keys: Fix memory leak in copy_net_nsTakeshi Misawa1-0/+1
2019-10-24net/flow_dissector: switch to siphashEric Dumazet1-22/+16
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-35/+49
2019-10-17pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin1-1/+0
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov1-1/+14