summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp1-1/+24
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp1-0/+5
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp5-45/+24
2022-09-06can: raw: use guard clause to optimize nesting in raw_rcv()Ziyang Xuan1-7/+6
2022-09-06can: raw: process optimization in raw_init()Ziyang Xuan1-3/+11
2022-09-05netlink: Bounds-check struct nlmsgerr creationKees Cook2-6/+10
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller11-302/+417
2022-09-03wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfigJohannes Berg1-15/+13
2022-09-03wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg1-2/+4
2022-09-03wifi: mac80211: mlme: refactor QoS settings codeJohannes Berg2-13/+27
2022-09-03wifi: mac80211: fix double SW scan stopJohannes Berg1-1/+1
2022-09-03wifi: mac80211: mlme: assign link address correctlyJohannes Berg1-3/+2
2022-09-03wifi: mac80211: move link code to a new fileJohannes Berg4-254/+274
2022-09-03wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg3-6/+4
2022-09-03wifi: nl80211: remove redundant err variableJinpeng Cui1-4/+1
2022-09-03wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood2-2/+71
2022-09-03wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg2-0/+11
2022-09-03wifi: mac80211: prevent VLANs on MLDsJohannes Berg1-0/+5
2022-09-03net: sched: htb: remove redundant resource cleanup in htb_init()Zhengchao Shao1-27/+9
2022-09-03net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()Zhengchao Shao1-17/+8
2022-09-03net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()Zhengchao Shao1-3/+0
2022-09-02ipv6: tcp: send consistent autoflowlabel in SYN_RECV stateEric Dumazet1-12/+14
2022-09-02net: rtnetlink: use netif_oper_up instead of open codeJuhee Kang1-4/+2
2022-09-02net: sched: etf: remove true check in etf_enable_offload()Zhengchao Shao1-3/+0
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-128/+192
2022-09-01net: sched: gred: remove NULL check before free table->tab in gred_destroy()Zhengchao Shao1-4/+3
2022-09-01net/smc: Remove redundant refcount increaseYacan Liu1-1/+0
2022-09-01net: sched: remove redundant NULL check in change hook functionZhengchao Shao13-39/+1
2022-09-01Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski1-3/+1
2022-09-01tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2-12/+15
2022-09-01tcp: annotate data-race around challenge_timestampEric Dumazet1-2/+2
2022-09-01net: dsa: hellcreek: Print warning only onceKurt Kanzenbach1-1/+1
2022-09-01net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert1-0/+2
2022-09-01ip: fix triggering of 'icmp redirect'Nicolas Dichtel1-2/+2
2022-09-01net: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao2-4/+0
2022-09-01net: sched: choke: remove unused variables in struct choke_sched_dataZhengchao Shao1-2/+0
2022-09-01net/rds: Pass a pointer to virt_to_page()Linus Walleij1-1/+1
2022-09-01sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen1-1/+3
2022-08-31kcm: fix strp_init() order and cleanupCong Wang1-8/+7
2022-08-31core: Variable type completionXin Gao1-1/+1
2022-08-31Revert "net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()"Vlad Buslov1-2/+0
2022-08-31Merge tag 'ieee802154-for-net-2022-08-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski1-1/+1
2022-08-30net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai1-15/+16
2022-08-30net: devlink: stub port params cmds for they are unused internallyJiri Pirko1-73/+5
2022-08-30net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune()Zhengchao Shao1-1/+1
2022-08-30ethtool: report missing header via ext_ack in the default handlerJakub Kicinski1-0/+3
2022-08-30ethtool: strset: report missing ETHTOOL_A_STRINGSET_ID via ext_ackJakub Kicinski1-1/+1
2022-08-30devlink: use missing attribute ext_ackJakub Kicinski1-21/+20
2022-08-30netlink: add support for ext_ack missing attributesJakub Kicinski1-0/+12
2022-08-30netlink: factor out extack compositionJakub Kicinski1-30/+55