summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-04-14xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory modelOng Boon Leong1-1/+2
2021-04-14net: let skb_orphan_partial wake-up waiters.Paolo Abeni1-9/+3
2021-04-14bpf, sockmap: Fix incorrect fwd_alloc accountingJohn Fastabend1-7/+5
2021-04-07bpf: Remove MTU check in __bpf_skb_max_lenJesper Dangaard Brouer1-8/+4
2021-04-07flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti1-3/+3
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi1-1/+1
2021-03-30net, bpf: Fix ip6ip6 crash with collect_md populated skbsDaniel Borkmann1-22/+9
2021-03-30net: Consolidate common blackhole dst opsDaniel Borkmann1-0/+38
2021-03-30net: check all name nodes in __dev_alloc_nameJiri Bohac1-0/+12
2021-03-30flow_dissector: fix byteorder of dissected ICMP IDAlexander Lobakin1-1/+1
2021-03-30drop_monitor: Perform cleanup upon probe registration failureIdo Schimmel1-0/+23
2021-03-17net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn1-0/+2
2021-03-07pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu1-1/+1
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang3-14/+50
2021-03-07net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver1-1/+13
2021-03-04bpf: Fix bpf_fib_lookup helper MTU check for SKB ctxJesper Dangaard Brouer1-3/+10
2021-02-06net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet1-5/+6
2021-02-05udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn1-2/+10
2021-01-30neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal1-3/+4
2021-01-20net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan1-0/+5
2021-01-19net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur1-2/+2
2021-01-17skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin1-1/+5
2021-01-16net_sched: gen_estimator: support large ewma logEric Dumazet1-4/+7
2021-01-14net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan1-3/+9
2021-01-14net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet1-2/+7
2021-01-12net: compound page support in skb_seq_readWillem de Bruijn1-5/+23
2021-01-09net: make sure devices go through netdev_wait_all_refsJakub Kicinski1-10/+4
2021-01-09net: make free_netdev() more lenient with unregistering devicesJakub Kicinski2-17/+17
2021-01-09docs: net: explain struct net_device lifetimeJakub Kicinski1-1/+1
2021-01-09udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers1-1/+1
2021-01-09net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi1-1/+19
2020-12-29net: neighbor: fix a crash caused by mod zeroweichenchen1-4/+2
2020-12-29net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart1-5/+18
2020-12-29net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart1-0/+7
2020-12-29net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart1-7/+22
2020-12-29net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart1-0/+6
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan1-2/+20
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds16-164/+449
2020-12-15net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan1-0/+5
2020-12-15net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin1-0/+6
2020-12-15Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-12-15Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2-6/+6
2020-12-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-11/+22
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-31/+38
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-27/+36
2020-12-11rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlersJakub Kicinski1-11/+13
2020-12-10net: flow_offload: Fix memory leak for indirect flow blockChris Mi1-3/+1
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2-14/+20
2020-12-09bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest1-0/+18
2020-12-09net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set...Zheng Yongjun1-6/+1