aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-05-18batman-adv: Avoid WARN_ON timing related checksSven Eckelmann1-1/+3
2021-05-18skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang3-15/+5
2021-05-17xfrm: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-17tipc: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-17sctp: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+2
2021-05-17rds: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+3
2021-05-17net/packet: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-17net: netrom: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+4
2021-05-17ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva5-0/+5
2021-05-17net/packet: Remove redundant assignment to retJiapeng Chong1-5/+2
2021-05-17netlink: disable IRQs for netlink_lock_table()Johannes Berg1-2/+4
2021-05-17net: Remove the member netns_okYejune Deng10-22/+0
2021-05-17net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann1-1/+10
2021-05-17tipc: wait and exit until all work queues are doneXin Long3-0/+6
2021-05-17mld: fix panic in mld_newpack()Taehee Yoo1-3/+0
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-05-17ip: Treat IPv4 segment's lowest address as unicastSeth David Schoen1-3/+1
2021-05-17tipc: skb_linearize the head skb when reassembling msgsXin Long1-7/+2
2021-05-17netpoll: avoid put_unaligned() on single characterArnd Bergmann1-2/+2
2021-05-17batman-adv: bcast: avoid skb-copy for (re)queued broadcastsLinus Lüssing1-1/+1
2021-05-17batman-adv: bcast: queue per interface, if neededLinus Lüssing5-138/+270
2021-05-17batman-adv: Always send iface index+name in genlmsgSven Eckelmann3-0/+24
2021-05-17batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2021-05-14mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)1-5/+7
2021-05-14tcp: add tracepoint for checksum errorsJakub Kicinski4-0/+7
2021-05-14net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2-2/+28
2021-05-14net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2-5/+25
2021-05-14net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin1-0/+19
2021-05-14tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma1-5/+6
2021-05-14Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le1-1/+4
2021-05-14net: bridge: fix build when IPv6 is disabledMatteo Croce1-1/+1
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran1-2/+2
2021-05-14net: bridge: fix br_multicast_is_router stub when igmp is disabledNikolay Aleksandrov1-1/+2
2021-05-14xfrm: add state hashtable keyed by seqSabrina Dubroca2-13/+59
2021-05-14esp: drop unneeded assignment in esp4_gro_receive()Yang Li1-2/+1
2021-05-14netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-AVX2 versionStefano Brivio3-2/+7
2021-05-14netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2-5/+5
2021-05-13bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2021-05-13net: caif: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-05-13openvswitch: meter: fix race when getting now_ms.Tao Liu1-0/+8
2021-05-13net: bridge: mcast: export multicast router presence adjacent to a portLinus Lüssing1-0/+55
2021-05-13net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlinkLinus Lüssing1-1/+7
2021-05-13net: bridge: mcast: split multicast router state for IPv4 and IPv6Linus Lüssing3-7/+151
2021-05-13net: bridge: mcast: split router port del+notify for mcast router splitLinus Lüssing1-9/+31
2021-05-13net: bridge: mcast: prepare add-router function for mcast router splitLinus Lüssing1-32/+85
2021-05-13net: bridge: mcast: prepare expiry functions for mcast router splitLinus Lüssing1-9/+22
2021-05-13net: bridge: mcast: prepare is-router function for mcast router splitLinus Lüssing3-7/+37
2021-05-13net: bridge: mcast: prepare query reception for mcast router splitLinus Lüssing1-26/+27
2021-05-13net: bridge: mcast: prepare mdb netlink for mcast router splitLinus Lüssing1-5/+34
2021-05-13net: bridge: mcast: add wrappers for router node retrievalLinus Lüssing2-2/+13