aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-2/+4
2019-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-5/+5
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+4
2019-11-28net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2-5/+5
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+14
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
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-25Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe2-0/+19
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-22net/core: Add support for getting VF GUIDsDanit Goldberg1-0/+14
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-15y2038: socket: remove timespec reference in timestampingArnd Bergmann1-2/+4
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