summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet4-12/+13
2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko1-1/+1
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel2-2/+9
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel5-318/+244
2023-03-17bridge: mcast: Implement MDB net device operationsIdo Schimmel3-0/+152
2023-03-17net: xdp: don't call notifiers during driver initJakub Kicinski1-1/+3
2023-03-17net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu1-4/+4
2023-03-17Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu1-2/+2
2023-03-17ynl: broaden the license even moreJakub Kicinski4-4/+4
2023-03-17hsr: ratelimit only when errors are printedMatthieu Baerts1-1/+1
2023-03-17net/iucv: Fix size of interrupt dataAlexandra Winter1-1/+1
2023-03-17ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel1-0/+3
2023-03-17Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-9/+41
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring1-2/+2
2023-03-16net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean1-4/+5
2023-03-16virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov1-3/+2
2023-03-16virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov1-1/+0
2023-03-16virtio/vsock: don't use skbuff state to account creditArseniy Krasnov1-12/+11
2023-03-15net/smc: Introduce explicit check for v2 supportStefan Raspl1-1/+1
2023-03-15net/smc: Fix device de-init sequenceStefan Raspl1-0/+1
2023-03-15net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang1-1/+1
2023-03-15ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet1-4/+4
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet11-32/+33
2023-03-15tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima1-1/+7
2023-03-15net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2-8/+8
2023-03-14net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid1-1/+1
2023-03-14net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid1-1/+1
2023-03-14net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe1-0/+3
2023-03-14net: socket: suppress unused warningVincenzo Palazzo1-1/+1
2023-03-13wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin1-2/+0
2023-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski3-4/+4
2023-03-11mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()Paolo Abeni1-0/+16
2023-03-11mptcp: avoid setting TCP_CLOSE state twiceMatthieu Baerts1-1/+0
2023-03-11mptcp: add ro_after_init for tcp{,v6}_prot_overrideGeliang Tang1-2/+2
2023-03-11mptcp: fix UaF in listener shutdownPaolo Abeni3-78/+2
2023-03-11mptcp: use the workqueue to destroy unaccepted socketsPaolo Abeni3-16/+46
2023-03-11mptcp: refactor passive socket initializationPaolo Abeni2-23/+21
2023-03-11mptcp: fix possible deadlock in subflow_error_reportPaolo Abeni1-0/+7
2023-03-11xdp: add xdp_set_features_flag utility routineLorenzo Bianconi1-7/+19
2023-03-11Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski17-187/+506
2023-03-11Merge tag 'wireless-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2-21/+26
2023-03-11skbuff: Add likely to skb pointer in build_skb()Gal Pressman1-1/+1
2023-03-11skbuff: Replace open-coded skb_propagate_pfmemalloc()sGal Pressman1-4/+2
2023-03-10Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+5
2023-03-10wifi: cfg80211: fix MLO connection ownershipJohannes Berg1-9/+7
2023-03-10wifi: mac80211: check basic rates validityJohannes Berg1-10/+11
2023-03-10wifi: nl80211: fix puncturing bitmap policyJohannes Berg1-1/+7
2023-03-10wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg1-1/+1
2023-03-10udp: introduce __sk_mem_schedule() usageJason Xing1-11/+16
2023-03-10Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Jakub Kicinski6-77/+142