summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: return EINVAL when request cannot succeedFlorent Fourcot2022-04-191-1/+1
* rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellinkFlorent Fourcot2022-04-191-1/+1
* rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot2022-04-191-40/+29
* rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot2022-04-191-4/+14
* net: sched: support hash selecting tx queueTonghao Zhang2022-04-191-2/+47
* net: sched: use queue_mapping to pick tx queueTonghao Zhang2022-04-192-3/+34
* devlink: add port to line card relationship setJiri Pirko2022-04-181-1/+25
* devlink: implement line card active stateJiri Pirko2022-04-181-0/+41
* devlink: implement line card provisioningJiri Pirko2022-04-181-3/+319
* devlink: add support to create line card and expose to userJiri Pirko2022-04-181-1/+269
* tcp: fix signed/unsigned comparisonEric Dumazet2022-04-181-2/+3
* tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet2022-04-171-7/+2
* tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet2022-04-171-6/+9
* tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet2022-04-171-9/+8
* tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet2022-04-171-1/+2
* tcp: add two drop reasons for tcp_ack()Eric Dumazet2022-04-171-3/+4
* tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet2022-04-171-7/+17
* tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet2022-04-171-3/+7
* tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet2022-04-171-1/+6
* tcp: get rid of rst_seq_matchEric Dumazet2022-04-171-8/+5
* tcp: consume incoming skb leading to a resetEric Dumazet2022-04-171-12/+16
* net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S2022-04-172-1/+29
* ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet2022-04-151-1/+1
* net_sched: make qdisc_reset() smallerEric Dumazet2022-04-151-10/+2
* net: ethtool: move checks before rtnl_lock() in ethnl_set_ringsJie Wang2022-04-151-18/+18
* net: ethtool: extend ringparam set/get APIs for tx_pushJie Wang2022-04-152-3/+17
* net: page_pool: introduce ethtool statsLorenzo Bianconi2022-04-151-1/+62
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-1526-73/+146
|\
| * Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-1418-39/+68
| |\
| | * rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata2022-04-141-0/+3
| | * nfc: nci: add flush_workqueue to prevent uafLin Ma2022-04-131-0/+4
| | * Merge tag 'wireless-2022-04-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-04-133-2/+5
| | |\
| | | * mac80211: fix ht_capa printout in debugfsBen Greear2022-04-111-1/+1
| | | * cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram2022-04-111-0/+2
| | | * nl80211: correctly check NL80211_ATTR_REG_ALPHA2 sizeJohannes Berg2022-04-111-1/+2
| | * | Revert "net: dsa: setup master before ports"Vladimir Oltean2022-04-131-13/+10
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-04-122-5/+4
| | |\ \
| | | * | netfilter: nf_tables: nft_parse_register can return a negative valueAntoine Tenart2022-04-121-1/+1
| | | * | netfilter: nft_socket: make cgroup match work in input tooFlorian Westphal2022-04-111-4/+3
| | * | | sctp: Initialize daddr on peeled off socketPetr Malat2022-04-111-1/+1
| | * | | net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul2022-04-111-2/+12
| | * | | net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul2022-04-111-2/+3
| | * | | net/smc: use memcpy instead of snprintf to avoid out of bounds readKarsten Graul2022-04-111-2/+4
| | * | | ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-111-1/+1
| | |/ /
| | * | net/sched: taprio: Check if socket flags are validBenedikt Spranger2022-04-111-1/+2
| | * | net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner2022-04-081-1/+1
| | * | sctp: use the correct skb for security_sctp_assoc_requestXin Long2022-04-081-3/+3
| | * | flow_dissector: fix false-positive __read_overflow2_field() warningJakub Kicinski2022-04-081-1/+1
| | * | net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-082-5/+14
| * | | Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-04-122-1/+4
| |\ \ \