summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Remove the member netns_okYejune Deng2021-05-1710-22/+0
* ip: Treat IPv4 segment's lowest address as unicastSeth David Schoen2021-05-171-3/+1
* tcp: add tracepoint for checksum errorsJakub Kicinski2021-05-144-0/+7
* net: bridge: fix build when IPv6 is disabledMatteo Croce2021-05-141-1/+1
* net: bridge: fix br_multicast_is_router stub when igmp is disabledNikolay Aleksandrov2021-05-141-1/+2
* bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva2021-05-131-2/+1
* net: caif: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-131-2/+0
* net: bridge: mcast: export multicast router presence adjacent to a portLinus Lüssing2021-05-131-0/+55
* net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlinkLinus Lüssing2021-05-131-1/+7
* net: bridge: mcast: split multicast router state for IPv4 and IPv6Linus Lüssing2021-05-133-7/+151
* net: bridge: mcast: split router port del+notify for mcast router splitLinus Lüssing2021-05-131-9/+31
* net: bridge: mcast: prepare add-router function for mcast router splitLinus Lüssing2021-05-131-32/+85
* net: bridge: mcast: prepare expiry functions for mcast router splitLinus Lüssing2021-05-131-9/+22
* net: bridge: mcast: prepare is-router function for mcast router splitLinus Lüssing2021-05-133-7/+37
* net: bridge: mcast: prepare query reception for mcast router splitLinus Lüssing2021-05-131-26/+27
* net: bridge: mcast: prepare mdb netlink for mcast router splitLinus Lüssing2021-05-131-5/+34
* net: bridge: mcast: add wrappers for router node retrievalLinus Lüssing2021-05-132-2/+13
* net: bridge: mcast: rename multicast router lists and timersLinus Lüssing2021-05-134-34/+34
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-05-131-2/+9
* net: taprio offload: enforce qdisc to netdev queue mappingYannick Vignon2021-05-131-40/+45
* tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma2021-05-121-2/+1
* net/sched: taprio: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-111-3/+0
* rtnetlink: avoid RCU read lock when holding RTNLCong Wang2021-05-102-21/+9
* neighbour: Remove redundant initialization of 'bucket'Yang Li2021-05-101-1/+1
* net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng2021-05-101-7/+4
* Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-0831-121/+407
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-05-0713-40/+117
| |\
| | * netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2021-05-072-7/+10
| | * netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet2021-05-071-1/+9
| | * netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso2021-05-051-2/+2
| | * netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso2021-05-056-7/+21
| | * netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso2021-05-051-0/+2
| | * netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet2021-05-051-0/+1
| | * netfilter: arptables: use pernet ops struct during unregisterFlorian Westphal2021-05-032-4/+3
| | * netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso2021-05-031-19/+69
| * | mptcp: fix splat when closing unaccepted socketPaolo Abeni2021-05-071-2/+1
| * | tcp: Specify cmsgbuf is user pointer for receive zerocopy.Arjun Roy2021-05-061-0/+1
| * | smc: disallow TCP_ULP in smc_setsockopt()Cong Wang2021-05-051-1/+3
| * | ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera2021-05-051-1/+2
| * | net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen2021-05-041-0/+4
| * | net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart2021-05-041-0/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-031-4/+3
| |\ \ | | |/ | |/|
| | * xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo2021-05-041-4/+3
| * | sctp: delay auto_asconf init until binding the first addrXin Long2021-05-031-14/+17
| * | Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long2021-05-031-5/+8
| * | net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_infoPhillip Potter2021-05-031-0/+4
| * | sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long2021-05-031-1/+2
| * | Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"Xin Long2021-05-031-5/+1
| * | Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""Xin Long2021-05-031-3/+3
| * | sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long2021-04-302-43/+30