summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann
2021-07-27wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann
2021-07-27wan: use ndo_siocdevprivateArnd Bergmann
2021-07-27ppp: use ndo_siocdevprivateArnd Bergmann
2021-07-27sb1000: use ndo_siocdevprivateArnd Bergmann
2021-07-27hippi: use ndo_siocdevprivateArnd Bergmann
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-07-27airo: use ndo_siocdevprivateArnd Bergmann
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann
2021-07-27cxgb3: use ndo_siocdevprivateArnd Bergmann
2021-07-27qeth: use ndo_siocdevprivateArnd Bergmann
2021-07-27slip/plip: use ndo_siocdevprivateArnd Bergmann
2021-07-27net: usb: use ndo_siocdevprivateArnd Bergmann
2021-07-27fddi: use ndo_siocdevprivateArnd Bergmann
2021-07-27eql: use ndo_siocdevprivateArnd Bergmann
2021-07-27tehuti: use ndo_siocdevprivateArnd Bergmann
2021-07-27hamachi: use ndo_siocdevprivateArnd Bergmann
2021-07-27appletalk: use ndo_siocdevprivateArnd Bergmann
2021-07-27bonding: use siocdevprivateArnd Bergmann
2021-07-27tulip: use ndo_siocdevprivateArnd Bergmann
2021-07-27phonet: use siocdevprivateArnd Bergmann
2021-07-27bridge: use ndo_siocdevprivateArnd Bergmann
2021-07-27hostap: use ndo_siocdevprivateArnd Bergmann
2021-07-27staging: wlan-ng: use siocdevprivateArnd Bergmann
2021-07-27staging: rtlwifi: use siocdevprivateArnd Bergmann
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann
2021-07-27Merge branch 'tcp-rack'David S. Miller
2021-07-27tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell
2021-07-27tcp: more accurately detect spurious TLP probesYuchung Cheng
2021-07-27qdisc: add new field for qdisc_enqueue tracepointTonghao Zhang
2021-07-27net: qed: remove unneeded return variablesJason Wang
2021-07-27docs: networking: dpaa2: add documentation for the switch driverIoana Ciornei
2021-07-27Merge branch 'ovs-upcall-issues'David S. Miller
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray
2021-07-27openvswitch: fix alignment issuesMark Gray
2021-07-27openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDSMark Gray
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng
2021-07-27net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean
2021-07-27ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed
2021-07-26Merge branch 'ipa-clock'David S. Miller
2021-07-26net: ipa: introduce ipa_uc_clock()Alex Elder
2021-07-26net: ipa: set up the microcontroller earlierAlex Elder
2021-07-26net: ipa: set up IPA interrupts earlierAlex Elder
2021-07-26net: ipa: configure memory regions earlyAlex Elder
2021-07-26net: ipa: kill ipa_modem_setup()Alex Elder
2021-07-26flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva
2021-07-26ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva
2021-07-26net: ipa: enable inline checksum offload for IPA v4.5+Alex Elder
2021-07-26Merge branch 'ipa-kill-validation'David S. Miller