aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet
2021-12-10l2tp: add netns refcount tracker to l2tp_dfs_seq_dataEric Dumazet
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet
2021-12-10net: add networking namespace refcount trackerEric Dumazet
2021-12-09net: x25: drop harmless check of !moreJean Sacren
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09xfrm: use net device refcount tracker helpersEric Dumazet
2021-12-09net: dsa: mark DSA phylink as legacy_pre_march2020Russell King (Oracle)
2021-12-09net/sched: fq_pie: prevent dismantle issueEric Dumazet
2021-12-09seg6: fix the iif in the IPv6 socket control blockAndrea Mayer
2021-12-09nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski
2021-12-09nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk
2021-12-09udp: using datalen to cap max gso segmentsJianguo Wu
2021-12-08net-sysfs: warn if new queue objects are being created during device unregist...Antoine Tenart
2021-12-08net-sysfs: update the queue counts in the unregistration pathAntoine Tenart
2021-12-08net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-08net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-12-08net: dsa: export bridging offload helpers to driversVladimir Oltean
2021-12-08net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean
2021-12-08net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean
2021-12-07hv_sock: Extract hvs_send_data() helper that takes only headerKees Cook
2021-12-07net: sched: act_mirred: add net device refcount trackerEric Dumazet
2021-12-07openvswitch: add net device refcount tracker to struct vportEric Dumazet
2021-12-07netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet
2021-12-07net/smc: add net device tracker to struct smc_pnetentryEric Dumazet
2021-12-07pktgen add net device refcount trackerEric Dumazet
2021-12-07llc: add net device refcount trackerEric Dumazet
2021-12-07ax25: add net device refcount trackerEric Dumazet
2021-12-07inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet
2021-12-07net: switchdev: add net device refcount trackerEric Dumazet
2021-12-07net: watchdog: add net device refcount trackerEric Dumazet
2021-12-07net: bridge: add net device refcount trackerEric Dumazet
2021-12-07vlan: add net device refcount trackerEric Dumazet
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet
2021-12-08netfilter: nft_exthdr: break evaluation if setting TCP option failsPablo Neira Ayuso
2021-12-08nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groupsStefano Brivio
2021-12-07mptcp: support TCP_CORK and TCP_NODELAYMaxim Galaganov
2021-12-07mptcp: expose mptcp_check_and_set_pendingMaxim Galaganov
2021-12-07tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov
2021-12-07mptcp: getsockopt: add support for IP_TOSFlorian Westphal
2021-12-07mptcp: allow changing the "backup" bit by endpoint idDavide Caratti
2021-12-07mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctlsFlorian Westphal