summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann2021-07-277-31/+43
* net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann2021-07-272-4/+2
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-2728-258/+211
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-27172-231/+273
* dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann2021-07-274-56/+28
* wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann2021-07-271-14/+1
* wan: use ndo_siocdevprivateArnd Bergmann2021-07-278-56/+117
* ppp: use ndo_siocdevprivateArnd Bergmann2021-07-271-3/+3
* sb1000: use ndo_siocdevprivateArnd Bergmann2021-07-271-9/+11
* hippi: use ndo_siocdevprivateArnd Bergmann2021-07-272-6/+8
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-279-53/+59
* airo: use ndo_siocdevprivateArnd Bergmann2021-07-271-7/+8
* hamradio: use ndo_siocdevprivateArnd Bergmann2021-07-2710-61/+65
* cxgb3: use ndo_siocdevprivateArnd Bergmann2021-07-271-4/+8
* qeth: use ndo_siocdevprivateArnd Bergmann2021-07-274-14/+35
* slip/plip: use ndo_siocdevprivateArnd Bergmann2021-07-272-7/+18
* net: usb: use ndo_siocdevprivateArnd Bergmann2021-07-272-4/+6
* fddi: use ndo_siocdevprivateArnd Bergmann2021-07-271-7/+12
* eql: use ndo_siocdevprivateArnd Bergmann2021-07-271-9/+15
* tehuti: use ndo_siocdevprivateArnd Bergmann2021-07-271-13/+5
* hamachi: use ndo_siocdevprivateArnd Bergmann2021-07-271-25/+38
* appletalk: use ndo_siocdevprivateArnd Bergmann2021-07-271-6/+10
* bonding: use siocdevprivateArnd Bergmann2021-07-271-6/+24
* tulip: use ndo_siocdevprivateArnd Bergmann2021-07-271-3/+8
* phonet: use siocdevprivateArnd Bergmann2021-07-272-5/+6
* bridge: use ndo_siocdevprivateArnd Bergmann2021-07-273-12/+28
* hostap: use ndo_siocdevprivateArnd Bergmann2021-07-273-7/+29
* staging: wlan-ng: use siocdevprivateArnd Bergmann2021-07-271-65/+11
* staging: rtlwifi: use siocdevprivateArnd Bergmann2021-07-278-10/+34
* net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann2021-07-273-3/+32
* Merge branch 'tcp-rack'David S. Miller2021-07-272-3/+14
|\
| * tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell2021-07-272-2/+10
| * tcp: more accurately detect spurious TLP probesYuchung Cheng2021-07-271-1/+4
|/
* qdisc: add new field for qdisc_enqueue tracepointTonghao Zhang2021-07-271-0/+2
* net: qed: remove unneeded return variablesJason Wang2021-07-271-4/+2
* docs: networking: dpaa2: add documentation for the switch driverIoana Ciornei2021-07-273-0/+176
* Merge branch 'ovs-upcall-issues'David S. Miller2021-07-273-12/+18
|\
| * openvswitch: fix sparse warning incorrect typeMark Gray2021-07-271-1/+1
| * openvswitch: fix alignment issuesMark Gray2021-07-273-10/+16
| * openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDSMark Gray2021-07-271-1/+1
|/
* net: netlink: add the case when nlh is NULLYajun Deng2021-07-273-11/+6
* net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean2021-07-272-0/+3
* ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed2021-07-271-1/+1
* Merge branch 'ipa-clock'David S. Miller2021-07-2610-75/+110
|\
| * net: ipa: introduce ipa_uc_clock()Alex Elder2021-07-264-17/+45
| * net: ipa: set up the microcontroller earlierAlex Elder2021-07-263-14/+14
| * net: ipa: set up IPA interrupts earlierAlex Elder2021-07-263-17/+21
| * net: ipa: configure memory regions earlyAlex Elder2021-07-261-8/+8
| * net: ipa: kill ipa_modem_setup()Alex Elder2021-07-265-20/+23
|/
* flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva2021-07-261-4/+8