aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-30Merge branch 'akpm-current/current'Stephen Rothwell5-5/+0
2021-09-30Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2-4/+2
2021-09-30Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Stephen Rothwell1-1/+1
2021-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/...Stephen Rothwell21-379/+841
2021-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Stephen Rothwell21-915/+2088
2021-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Stephen Rothwell1-2/+0
2021-09-30Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/...Stephen Rothwell4-38/+127
2021-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell64-672/+1525
2021-09-30Merge branch 'nfsd-next' of git://git.linux-nfs.org/~bfields/linux.gitStephen Rothwell2-23/+19
2021-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...Stephen Rothwell6-76/+85
2021-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Stephen Rothwell1-12/+55
2021-09-29bpf: Do not invoke the XDP dispatcher for PROG_RUN with single repeatLorenz Bauer1-2/+4
2021-09-29devlink: Add missed notifications iteratorsLeon Romanovsky1-2/+21
2021-09-29Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifierLuiz Augusto von Dentz1-49/+67
2021-09-29xsk: Fix clang build error in __xp_allocMagnus Karlsson1-1/+0
2021-09-29net/ipv4/datagram.c: remove superfluous header files from datagram.cMianhan Liu1-1/+0
2021-09-29net/dsa/tag_ksz.c: remove superfluous headersMianhan Liu1-1/+0
2021-09-29net/dsa/tag_8021q.c: remove superfluous headersMianhan Liu1-1/+0
2021-09-29net: bridge: Use array_size() helper in copy_to_user()Gustavo A. R. Silva1-3/+5
2021-09-29ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva1-5/+7
2021-09-29mctp: Warn if pointer is set for a wrong dev typeMatt Johnston1-7/+24
2021-09-29mctp: Set route MTU via netlinkMatt Johnston1-1/+13
2021-09-29mctp: Do inits as a subsys_initcallJeremy Kerr1-1/+1
2021-09-29mctp: Add tracepoints for tag/key handlingJeremy Kerr2-1/+17
2021-09-29mctp: Implement a timeout for tagsJeremy Kerr2-0/+52
2021-09-29mctp: Add refcounts to mctp_devJeremy Kerr3-13/+20
2021-09-29mctp: locking, lifetime and validity changes for sk_keysJeremy Kerr2-38/+94
2021-09-29mctp: Allow local delivery to the null EIDJeremy Kerr1-0/+23
2021-09-29mctp: Allow MCTP on tun devicesMatt Johnston2-7/+13
2021-09-29include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu5-5/+0
2021-09-28net: qrtr: combine nameservice into main moduleLuca Weiss2-1/+2
2021-09-28net: ipv4: remove superfluous header files from fib_notifier.cMianhan Liu1-1/+0
2021-09-28net: bridge: mcast: Associate the seqcount with its protecting lock.Thomas Gleixner2-5/+3
2021-09-28Bluetooth: Fix handling of experimental feature for codec offloadMarcel Holtmann1-13/+4
2021-09-28Bluetooth: Fix handling of experimental feature for quality reportsMarcel Holtmann1-11/+4
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+9
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang1-4/+16
2021-09-28af_unix: Return errno instead of NULL in unix_create1().Kuniyuki Iwashima1-17/+32
2021-09-28mac80211: MBSSID support in interface handlingJohn Crispin2-1/+68
2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2-6/+6
2021-09-28net: ipv6: use ipv6-y directly instead of ipv6-objsMasahiro Yamada1-4/+2
2021-09-28net: ipv6: squash $(ipv6-offload) in MakefileMasahiro Yamada1-3/+2
2021-09-28net: mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-09-28net: ipv6: check return value of rhashtable_initMichelleJin3-6/+12
2021-09-28netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso2-13/+36
2021-09-28netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso1-10/+1
2021-09-28netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso1-6/+4
2021-09-28netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso1-9/+25
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal3-38/+19
2021-09-28Bluetooth: Fix wrong opcode when LL privacy enabledYun-Hao Chung1-1/+1
2021-09-28Bluetooth: Fix Advertisement Monitor Suspend/ResumeManish Mandlik3-21/+116
2021-09-28bpf, test, cgroup: Use sk_{alloc,free} for test casesDaniel Borkmann1-5/+9
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson2-37/+34
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson2-4/+95
2021-09-27net: dsa: Move devlink registration to be last devlink commandLeon Romanovsky1-6/+4
2021-09-27devlink: Notify users when objects are accessibleLeon Romanovsky1-14/+93
2021-09-27Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman24-97/+225
2021-09-27nl80211: MBSSID and EMA support in AP modeJohn Crispin1-4/+174
2021-09-27nl80211: don't kfree() ERR_PTR() valueJohannes Berg1-0/+1
2021-09-27Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller6-7/+26
2021-09-27net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.cMianhan Liu1-1/+0
2021-09-27cfg80211: always free wiphy specific regdomainJohannes Berg1-0/+10
2021-09-27mac80211: save transmit power envelope element and power constraintWen Gong1-0/+29
2021-09-27net: make napi_disable() symmetric with enableJakub Kicinski1-6/+12
2021-09-27mac80211: add parse regulatory info in 6 GHz operation informationWen Gong1-0/+14
2021-09-27mac80211: twt: don't use potentially unaligned pointerJohannes Berg1-3/+5
2021-09-27cfg80211: AP mode driver offload for FILS association cryptoSubrat Mishra3-0/+75
2021-09-27mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-09-27mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg1-0/+6
2021-09-26net: prevent user from passing illegal stab size王贇1-0/+6
2021-09-25xfrm: Use memset_after() to clear paddingKees Cook2-4/+2
2021-09-25mptcp: re-arm retransmit timer if data is pendingFlorian Westphal1-3/+18
2021-09-25mptcp: remove tx_pending_dataFlorian Westphal2-5/+0
2021-09-25mptcp: use lockdep_assert_held_once() instead of open-coding itPaolo Abeni1-6/+3
2021-09-25mptcp: use OPTIONS_MPTCP_MPCGeliang Tang1-5/+2
2021-09-25mptcp: do not shrink snd_nxt when recoveringFlorian Westphal2-17/+34
2021-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski11-147/+270
2021-09-24rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang1-1/+1
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng3-8/+11
2021-09-24devlink: Remove single line function obfuscationsLeon Romanovsky1-55/+34
2021-09-24devlink: Delete not used port parameters APIsLeon Romanovsky1-42/+0
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2-9/+12
2021-09-24mac80211: use ieee802_11_parse_elems() in ieee80211_prep_channel()Wen Gong1-37/+22
2021-09-24mptcp: allow changing the 'backup' bit when no sockets are openDavide Caratti1-3/+1
2021-09-24mptcp: don't return sockets in foreign netnsFlorian Westphal6-24/+20
2021-09-24sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long1-1/+1
2021-09-23UNRPC: Return specific error code on kmalloc failureYang Li1-1/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-36/+161
2021-09-23nl80211: don't put struct cfg80211_ap_settings on stackJohannes Berg1-78/+108
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg10-201/+272
2021-09-23mac80211: mlme: find auth challenge directlyJohannes Berg3-11/+6
2021-09-23mac80211: move CRC into struct ieee802_11_elemsJohannes Berg3-13/+15
2021-09-23mac80211: mesh: clean up rx_bcn_presp APIJohannes Berg3-20/+17
2021-09-23mac80211: reduce stack usage in debugfsJohannes Berg1-7/+31
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet5-54/+0
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni1-2/+2
2021-09-23mptcp: stop relying on tcp_tx_skb_cachePaolo Abeni1-60/+77
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni1-4/+4
2021-09-23mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni1-2/+2
2021-09-23net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean1-1/+0
2021-09-23net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean1-0/+43
2021-09-23nl80211: prefer struct_size over open coded arithmeticLen Baker1-6/+6
2021-09-23mac80211: check hostapd configuration parsing twt requestsLorenzo Bianconi1-11/+1
2021-09-23cfg80211: honour V=1 in certificate code generationJohannes Berg1-2/+2
2021-09-23nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel1-5/+14
2021-09-23mac80211: mesh: fix potentially unaligned accessJohannes Berg1-1/+2
2021-09-23mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi1-0/+4
2021-09-23mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing1-1/+2
2021-09-23mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang1-0/+8
2021-09-23Revert "mac80211: do not use low data rates for data frames with no ack flag"Felix Fietkau1-4/+0
2021-09-23xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel1-1/+6
2021-09-23net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.cMianhan Liu1-2/+0
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby1-1/+1
2021-09-22Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.cLuiz Augusto von Dentz3-124/+128
2021-09-22mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni1-2/+2
2021-09-22skbuff: pass the result of data ksize to __build_skb_aroundLi RongQing1-3/+5
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky2-8/+2
2021-09-21nfsd: don't alloc under spinlock in rpc_parse_scope_idJ. Bruce Fields1-22/+18
2021-09-21net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean1-3/+9
2021-09-21net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_i...Mianhan Liu1-9/+0
2021-09-21net: dsa: fix dsa_tree_setup error pathVladimir Oltean1-0/+1
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+2
2021-09-21net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-09-21net/ipv4/syncookies.c: remove superfluous header files from syncookies.cMianhan Liu1-2/+0
2021-09-21net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_c...Mianhan Liu1-3/+0
2021-09-21Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz1-4/+6
2021-09-21Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2-2/+2
2021-09-21Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUFLuiz Augusto von Dentz1-11/+91
2021-09-21Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz8-426/+481
2021-09-21netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet1-33/+37
2021-09-21netfilter: log: work around missing softdep backend moduleFlorian Westphal3-3/+34
2021-09-21netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal1-1/+1
2021-09-21netfilter: nf_nat_masquerade: defer conntrack walk to work queueFlorian Westphal1-26/+24
2021-09-21netfilter: nf_nat_masquerade: make async masq_inet6_event handling genericFlorian Westphal1-47/+75
2021-09-21netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso1-1/+1
2021-09-21netfilter: nf_tables: unlink table before deleting itFlorian Westphal1-10/+18
2021-09-21netfilter: nat: include zone id in nat table hash againFlorian Westphal1-5/+12
2021-09-21netfilter: conntrack: include zone id in tuple hash againFlorian Westphal1-15/+52
2021-09-21netfilter: conntrack: make max chain length randomFlorian Westphal1-6/+11
2021-09-20net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu1-7/+0
2021-09-20net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.cMianhan Liu1-6/+0
2021-09-20net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu1-8/+0
2021-09-20nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel1-0/+2
2021-09-20napi: fix race inside napi_enableXuan Zhuo1-6/+10
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski3-46/+25
2021-09-19net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean1-5/+46
2021-09-19net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTERYajun Deng1-2/+2
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner1-14/+23
2021-09-19NET: IPV4: fix error "do not initialise globals to 0"wangzhitong1-1/+1
2021-09-19net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng1-0/+4
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean1-0/+50
2021-09-18mptcp: add MPTCP_SUBFLOW_ADDRS getsockopt supportFlorian Westphal1-0/+91
2021-09-18mptcp: add MPTCP_TCPINFO getsockopt supportFlorian Westphal1-0/+115
2021-09-18mptcp: add MPTCP_INFO getsockoptFlorian Westphal1-1/+39
2021-09-18mptcp: add new mptcp_fill_diag helperFlorian Westphal2-25/+33
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-5/+32
2021-09-17devlink: Delete not-used devlink APIsLeon Romanovsky1-99/+3
2021-09-17net: update NXP copyright textVladimir Oltean2-2/+2
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-85/+102
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds16-59/+62
2021-09-16net/tls: support SM4 GCM/CCM algorithmTianjia Zhang2-0/+80
2021-09-15net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean3-15/+37
2021-09-15net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean1-7/+5
2021-09-15devlink: Delete not-used single parameter notification APIsLeon Romanovsky1-48/+0
2021-09-15netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden1-0/+1
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski4-0/+58
2021-09-15xfrm: notify default policy on updateNicolas Dichtel1-0/+31
2021-09-15xfrm: make user policy API completeNicolas Dichtel1-17/+19
2021-09-14net: dsa: tag_rtl4_a: Drop bit 9 from egress framesLinus Walleij1-1/+1
2021-09-14skbuff: inline page_frag_alloc_align()Yajun Deng1-11/+8
2021-09-14ethtool: prevent endless loop if eeprom size is smaller than announcedHeiner Kallweit1-0/+4
2021-09-14Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""Eric Dumazet4-7/+10
2021-09-14tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy1-1/+1
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+3
2021-09-14net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet1-16/+3
2021-09-14net/smc: add generic netlink support for system EIDKarsten Graul3-0/+80
2021-09-14net/smc: keep static copy of system EIDKarsten Graul5-18/+17
2021-09-14net/smc: add support for user defined EIDsKarsten Graul7-31/+320
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2-14/+3
2021-09-14ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi1-0/+4
2021-09-14netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik1-2/+2
2021-09-13Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2-43/+53
2021-09-13Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz1-23/+11
2021-09-13nfc: do not break pr_debug() call into separate linesKrzysztof Kozlowski1-14/+9
2021-09-13ipv6: delay fib6_sernum increase in fib6_addzhang kai1-2/+1
2021-09-13tipc: increase timeout in tipc_sk_enqueue()Hoang Le1-1/+1
2021-09-13udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin1-1/+1
2021-09-13Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"Yajun Deng4-10/+7
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-13/+20
2021-09-10selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko1-0/+8
2021-09-10bpf: Add hardware timestamp field to __sk_buffVadim Fedorenko1-0/+21
2021-09-10net/packet: clarify source of pr_*() messagesBaruch Siach1-0/+2
2021-09-10Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycleMiao-chen Chou3-9/+53
2021-09-09net: xfrm: fix shift-out-of-bounds in xfrm_get_defaultPavel Skripkin1-0/+5
2021-09-09net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang1-1/+3
2021-09-09net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2021-09-08Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-7/+10
2021-09-08Merge tag '9p-for-5.15-rc1' of git://github.com/martinetd/linuxLinus Torvalds4-6/+10
2021-09-08mctp: perform route destruction under RCU read lockJeremy Kerr1-0/+2
2021-09-08dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng1-0/+2