aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-09-01ipv6: tcp: send consistent autoflowlabel in SYN_RECV stateEric Dumazet
2022-09-01net: rtnetlink: use netif_oper_up instead of open codeJuhee Kang
2022-09-01net: sched: etf: remove true check in etf_enable_offload()Zhengchao Shao
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-01net: sched: gred: remove NULL check before free table->tab in gred_destroy()Zhengchao Shao
2022-09-01net/smc: Remove redundant refcount increaseYacan Liu
2022-09-01net: sched: remove redundant NULL check in change hook functionZhengchao Shao
2022-08-31Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet
2022-08-31tcp: annotate data-race around challenge_timestampEric Dumazet
2022-08-31net: dsa: hellcreek: Print warning only onceKurt Kanzenbach
2022-08-31net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert
2022-08-31ip: fix triggering of 'icmp redirect'Nicolas Dichtel
2022-08-31net: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao
2022-08-31net: sched: choke: remove unused variables in struct choke_sched_dataZhengchao Shao
2022-08-31net/rds: Pass a pointer to virt_to_page()Linus Walleij
2022-08-31sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen
2022-08-31kcm: fix strp_init() order and cleanupCong Wang
2022-08-31core: Variable type completionXin Gao
2022-08-30Revert "net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()"Vlad Buslov
2022-08-30Merge tag 'ieee802154-for-net-2022-08-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2022-08-30net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai
2022-08-30net: devlink: stub port params cmds for they are unused internallyJiri Pirko
2022-08-30net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune()Zhengchao Shao
2022-08-30ethtool: report missing header via ext_ack in the default handlerJakub Kicinski
2022-08-30ethtool: strset: report missing ETHTOOL_A_STRINGSET_ID via ext_ackJakub Kicinski
2022-08-30devlink: use missing attribute ext_ackJakub Kicinski
2022-08-30netlink: add support for ext_ack missing attributesJakub Kicinski
2022-08-30netlink: factor out extack compositionJakub Kicinski
2022-08-30net: unify alloclen calculation for paged requestsPavel Begunkov
2022-08-30net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-29net: mac802154: Fix a condition in the receive pathMiquel Raynal
2022-08-26net_sched: remove impossible conditionsDan Carpenter
2022-08-26openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko
2022-08-26openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko
2022-08-26openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko
2022-08-26genetlink: hold read cb_lock during iteration of genl_fam_idr in genl_bind()Jiri Pirko
2022-08-26net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()Jiri Pirko
2022-08-26Merge tag 'for-net-2022-08-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller
2022-08-26Merge tag 'wireless-2022-08-26' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2022-08-26wifi: mac80211: use full 'unsigned int' typeXin Gao
2022-08-26wifi: mac80211: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-26wifi: mac80211: read ethtool's sta_stats from sinfoRyder Lee
2022-08-26wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg
2022-08-25Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang