aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds17-448/+1161
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-6/+6
2019-11-23net: gro: use vlan API instead of accessing directlyTonghao Zhang1-1/+1
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+36
2019-11-22net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
2019-11-21bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend1-5/+8
2019-11-20net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet1-0/+1
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-12/+2
2019-11-20net: page_pool: add the possibility to sync DMA memory for deviceLorenzo Bianconi1-2/+34
2019-11-20net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander1-11/+13
2019-11-20page_pool: Don't recycle non-reusable pagesSaeed Mahameed1-1/+13
2019-11-20page_pool: Add API to update numa nodeSaeed Mahameed1-0/+8
2019-11-18page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer1-2/+11
2019-11-18xdp: remove memory poison on free for struct xdp_mem_allocatorJesper Dangaard Brouer1-5/+0
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-1/+1
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+7
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-15bpf: Annotate context typesAlexei Starovoitov1-10/+0
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov1-1/+1
2019-11-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed 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-11devlink: 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-09devlink: 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-08devlink: disallow reload operation during device cleanupJiri Pirko1-1/+41
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet1-1/+1
2019-11-07net: add annotations on hh->hh_len lockless accessesEric Dumazet1-2/+2
2019-11-07devlink: Add layer 3 generic packet exception trapsAmit Cohen1-0/+6
2019-11-07devlink: Add layer 3 generic packet trapsAmit Cohen1-0/+9
2019-11-06net_sched: gen_estimator: extend packet counter to 64bitEric Dumazet1-2/+2
2019-11-06net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2019-11-05net_sched: add TCA_STATS_PKT64 attributeEric Dumazet1-2/+7
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet1-2/+1
2019-11-05net/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-01net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce1-24/+50
2019-10-30flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce1-9/+25
2019-10-30flow_dissector: add meaningful commentsMatteo Croce1-0/+6
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov1-1/+1
2019-10-28sock: 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