aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds326-5500/+11776
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski4-29/+6
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-12/+34
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-70/+352
2021-11-01net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2-1/+23
2021-11-01net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2-1/+14
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+2
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad4-6/+29
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad2-4/+4
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2-0/+203
2021-11-01bpf: Factor out helpers for ctx access checkingHou Tao1-8/+1
2021-11-01skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian1-10/+33
2021-11-01net/smc: Introduce tracepoint for smcr link downTony Lu3-2/+38
2021-11-01net/smc: Introduce tracepoints for tx and rx msgTony Lu4-0/+45
2021-11-01net/smc: Introduce tracepoint for fallbackTony Lu4-0/+59
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2-42/+39
2021-11-01devlink: expose get/put functionsJakub Kicinski1-3/+5
2021-11-01ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski1-41/+69
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski2-3/+13
2021-11-01udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski1-1/+1
2021-11-01net: dsa: populate supported_interfaces memberMarek Behún2-0/+8
2021-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-4/+2
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-14/+74
2021-11-01netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso1-2/+54
2021-11-01netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso4-6/+6
2021-11-01netfilter: nft_meta: add NFT_META_IFTYPEPablo Neira Ayuso1-1/+5
2021-11-01netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso1-2/+5
2021-10-29net: bridge: switchdev: fix shim definition for br_switchdev_mdb_notifyVladimir Oltean1-12/+11
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2-1/+17
2021-10-29devlink: make all symbols GPL-onlyJakub Kicinski1-4/+4
2021-10-29net: bridge: fix uninitialized variables when BRIDGE_CFM is disabledIvan Vecera1-0/+2
2021-10-29mctp: Pass flow data & flow release events to driversJeremy Kerr2-2/+104
2021-10-29mctp: Add flow extension to skbJeremy Kerr2-1/+25
2021-10-29mctp: Return new key from mctp_alloc_local_tagJeremy Kerr1-12/+16
2021-10-29sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long1-3/+4
2021-10-29sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2-7/+10
2021-10-28net: bridge: switchdev: consistent function namingVladimir Oltean1-54/+63
2021-10-28net: bridge: mdb: move all switchdev logic to br_switchdev.cVladimir Oltean3-252/+262
2021-10-28net: bridge: split out the switchdev portion of br_mdb_notifyVladimir Oltean1-27/+35
2021-10-28net: bridge: move br_vlan_replay to br_switchdev.cVladimir Oltean3-94/+85
2021-10-28net: bridge: provide shim definition for br_vlan_flagsVladimir Oltean1-0/+5
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-171/+319
2021-10-28mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti1-15/+24
2021-10-28devlink: Simplify internal devlink params implementationLeon Romanovsky1-123/+46
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan1-1/+1
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan1-4/+13
2021-10-28net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier1-2/+10
2021-10-28sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy1-2/+6
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu1-1/+1
2021-10-28ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov1-12/+12
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet2-6/+0
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet3-3/+0
2021-10-28tcp: factorize ip_summed settingEric Dumazet3-9/+2
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet2-6/+0
2021-10-28tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet1-7/+3
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet2-6/+7
2021-10-28tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet1-9/+1
2021-10-28xfrm: Remove redundant fields and related parenthesesluo penghao1-2/+2
2021-10-27mptcp: drop unused sk in mptcp_push_releaseGeliang Tang1-5/+4
2021-10-27mptcp: allocate fwd memory separately on the rx and tx pathPaolo Abeni2-145/+95
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni3-3/+3
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet2-17/+20
2021-10-27xdp: Remove redundant warningYajun Deng1-2/+0
2021-10-27net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee1-1/+1
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee1-19/+19
2021-10-27net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann1-20/+30
2021-10-27Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky1-5/+7
2021-10-27Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky1-5/+7
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski4-20/+24
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2-164/+33
2021-10-27net: bridge: create a common function for populating switchdev FDB entriesVladimir Oltean1-19/+22
2021-10-27net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean3-56/+54
2021-10-27net: bridge: reduce indentation level in fdb_createVladimir Oltean1-14/+17
2021-10-27net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean4-8/+7
2021-10-27net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean1-7/+7
2021-10-27net: bridge: remove fdb_insert forward declarationVladimir Oltean1-59/+57
2021-10-27net: bridge: remove fdb_notify forward declarationVladimir Oltean1-124/+122
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay1-0/+5
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski10-22/+42
2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang4-0/+10
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2-14/+15
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang4-9/+6
2021-10-26tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian1-0/+12
2021-10-26net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean1-3/+0
2021-10-26net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean1-0/+2
2021-10-26mctp: Implement extended addressingJeremy Kerr2-35/+149
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken4-26/+113
2021-10-26net: batman-adv: fix error handlingPavel Skripkin4-20/+52
2021-10-26tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet1-3/+0
2021-10-26tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skbEric Dumazet1-2/+2
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet2-11/+11
2021-10-26tipc: fix size validations for the MSG_CRYPTO typeMax VA1-11/+21
2021-10-26netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal2-1/+27
2021-10-26tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell1-1/+1
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-1/+2
2021-10-25ipv6/tcp: small drop monitor changesEric Dumazet1-2/+2
2021-10-25ipv4: guard IP_MINTTL with a static keyEric Dumazet2-8/+18
2021-10-25ipv4: annotate data races arount inet->min_ttlEric Dumazet2-3/+9
2021-10-25ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet2-8/+19
2021-10-25ipv6: annotate data races around np->min_hopcountEric Dumazet2-3/+8
2021-10-25ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2-5/+5
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2-6/+6
2021-10-25bluetooth: use dev_addr_set()Jakub Kicinski1-1/+3
2021-10-25bluetooth: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-25net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long1-2/+2
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-10-25net/tls: getsockopt supports complete algorithm listTianjia Zhang1-0/+42
2021-10-25cfg80211: correct bridge/4addr mode checkJanusz Dziedzic1-7/+7
2021-10-25cfg80211: fix management registrations lockingJohannes Berg3-13/+17
2021-10-25net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean1-2/+0
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2-24/+53
2021-10-25net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean1-2/+2
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller3-53/+26
2021-10-25Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/...David S. Miller1-1/+1
2021-10-24can: bcm: Use hrtimer_forward_now()Thomas Gleixner1-1/+1
2021-10-24net: atm: use address setting helpersJakub Kicinski2-4/+5
2021-10-24net: caif: get ready for const netdev->dev_addrJakub Kicinski1-1/+1
2021-10-24net: hsr: get ready for const netdev->dev_addrJakub Kicinski2-4/+4
2021-10-24net: rtnetlink: use __dev_addr_set()Jakub Kicinski1-2/+2
2021-10-24net: core: constify mac addrs in selftestsJakub Kicinski1-4/+4
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-4/+3
2021-10-24net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean1-2/+0
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2-24/+53
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+1
2021-10-22devlink: Clean not-executed param notificationsLeon Romanovsky1-4/+11
2021-10-22devlink: Remove not-executed trap group notificationsLeon Romanovsky1-7/+5
2021-10-22devlink: Remove not-executed trap policer notificationsLeon Romanovsky1-7/+5
2021-10-22devlink: Delete obsolete parameters publish APILeon Romanovsky1-49/+8
2021-10-22gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra1-0/+3
2021-10-22sctp: add vtag check in sctp_sf_ootbXin Long1-0/+3
2021-10-22sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long1-6/+3
2021-10-22sctp: add vtag check in sctp_sf_violationXin Long1-0/+3
2021-10-22sctp: fix the processing for COOKIE_ECHO chunkXin Long1-4/+10
2021-10-22sctp: fix the processing for INIT_ACK chunkXin Long1-18/+19
2021-10-22sctp: fix the processing for INIT chunkXin Long1-26/+46
2021-10-22sctp: use init_tag from inithdr for ABORT chunkXin Long1-0/+1
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin2-13/+35
2021-10-22Merge tag 'mac80211-for-net-2021-10-21' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2-6/+10
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski27-609/+1140
2021-10-22netfilter: ebtables: use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva1-3/+4
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-99/+122
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen1-0/+23
2021-10-21mac80211: Prevent AP probing during suspendLoic Poulain3-0/+14
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju5-1/+7
2021-10-21mac80211: split beacon retrieval functionsAloka Dixit1-85/+118
2021-10-21cfg80211: separate get channel number from iesWen Gong1-15/+26
2021-10-21mac80211: use ieee80211_bss_get_elem() in most placesJohannes Berg1-21/+22
2021-10-21cfg80211: scan: use element finding functions in easy casesJohannes Berg1-9/+9
2021-10-21nl80211: use element finding functionsJohannes Berg1-22/+22
2021-10-21mac80211: fils: use cfg80211_find_ext_elem()Johannes Berg1-10/+12
2021-10-21mac80211: fix memory leaks with element parsingJohannes Berg3-24/+25
2021-10-21mac80211: use eth_hw_addr_set()Jakub Kicinski1-5/+3
2021-10-21mac80211: debugfs: calculate free buffer size correctlyMordechay Goodstein1-44/+47
2021-10-21net/core: Remove unused assignment operations and variableluo penghao1-2/+1
2021-10-21net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.Sebastian Andrzej Siewior1-6/+37
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean3-19/+19
2021-10-21net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_portVladimir Oltean1-4/+1
2021-10-21net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean2-102/+112
2021-10-21net: dsa: remove gratuitous use of dsa_is_{user,dsa,cpu}_portVladimir Oltean1-2/+2
2021-10-21net: dsa: do not open-code dsa_switch_for_each_portVladimir Oltean1-30/+14
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean5-52/+42
2021-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-51/+19
2021-10-20net: bpf: Switch over to memdup_user()Qing Wang1-15/+6
2021-10-20fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen2-5/+11
2021-10-20net-core: use netdev_* calls for kernel messagesJesse Brandeburg1-12/+10
2021-10-20batman-adv: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-20mac802154: use dev_addr_set() - manualJakub Kicinski2-8/+9
2021-10-20mac802154: use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-20batman-adv: prepare for const netdev->dev_addrJakub Kicinski5-13/+14
2021-10-19net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET1-2/+7
2021-10-19devlink: Remove extra device_lock assert checksLeon Romanovsky1-2/+0
2021-10-19net: sched: Allow statistics reads from softirq.Sebastian Andrzej Siewior1-1/+1
2021-10-19net: sch_tbf: Add a graft commandPetr Machata1-0/+16
2021-10-19can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde1-0/+3
2021-10-18xfrm: Use memset_after() to clear paddingKees Cook2-4/+2
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller28-279/+200
2021-10-18net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tagAlvin Šipraga3-0/+185
2021-10-18net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/MakefileAlvin Šipraga2-8/+8
2021-10-18net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga1-0/+34
2021-10-18net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey1-1/+1
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish18-100/+80
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish24-105/+114
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish5-21/+26
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish15-10/+35
2021-10-18gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior1-37/+2
2021-10-18mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior2-57/+18
2021-10-18gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior1-0/+32
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior4-23/+24
2021-10-18netfilter: ebtables: allocate chainstack on CPU local nodesDavidlohr Bueso1-1/+3
2021-10-17netfilter: core: Fix clang warnings about unused static inlinesLukas Wunner1-2/+4
2021-10-17can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan1-15/+31
2021-10-17can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan1-1/+3
2021-10-17can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytesZhang Changzhong2-0/+3
2021-10-17can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...Zhang Changzhong1-2/+5
2021-10-17can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_privZiyang Xuan1-2/+5
2021-10-17can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimerZiyang Xuan1-3/+2
2021-10-16net: bridge: mcast: use multicast_membership_interval for IGMPv3Nikolay Aleksandrov1-3/+1
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung9-14/+14
2021-10-16net/smc: stop links when their GID is removedKarsten Graul1-0/+53