aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-6/+9
2019-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-0/+3
2019-12-19net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin1-0/+2
2019-12-17net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander1-2/+5
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-1/+1
2019-12-13bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer1-0/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya4-78/+78
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet1-3/+0
2019-12-07inet: protect against too small mtu values.Eric Dumazet1-1/+2
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley1-23/+22
2019-12-06net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander1-2/+5
2019-12-06net: dsa: fix flow dissection on Tx pathAlexander Lobakin1-2/+3
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-2/+2
2019-12-04xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon1-4/+4
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-3/+1
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi1-9/+28
2019-12-03net/core: Populate VF index in struct ifla_vf_guidDanit Goldberg1-1/+3
2019-12-03net: fix a leak in register_netdevice()Dan Carpenter1-3/+3
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