aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/algif_hash.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann4-56/+28
2021-07-27wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann1-14/+1
2021-07-27wan: use ndo_siocdevprivateArnd Bergmann8-56/+117
2021-07-27ppp: use ndo_siocdevprivateArnd Bergmann1-3/+3
2021-07-27sb1000: use ndo_siocdevprivateArnd Bergmann1-9/+11
2021-07-27hippi: use ndo_siocdevprivateArnd Bergmann2-6/+8
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann9-53/+59
2021-07-27airo: use ndo_siocdevprivateArnd Bergmann1-7/+8
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann10-61/+65
2021-07-27cxgb3: use ndo_siocdevprivateArnd Bergmann1-4/+8
2021-07-27qeth: use ndo_siocdevprivateArnd Bergmann4-14/+35
2021-07-27slip/plip: use ndo_siocdevprivateArnd Bergmann2-7/+18
2021-07-27net: usb: use ndo_siocdevprivateArnd Bergmann2-4/+6
2021-07-27fddi: use ndo_siocdevprivateArnd Bergmann1-7/+12
2021-07-27eql: use ndo_siocdevprivateArnd Bergmann1-9/+15
2021-07-27tehuti: use ndo_siocdevprivateArnd Bergmann1-13/+5
2021-07-27hamachi: use ndo_siocdevprivateArnd Bergmann1-25/+38
2021-07-27appletalk: use ndo_siocdevprivateArnd Bergmann1-6/+10
2021-07-27bonding: use siocdevprivateArnd Bergmann1-6/+24
2021-07-27tulip: use ndo_siocdevprivateArnd Bergmann1-3/+8
2021-07-27phonet: use siocdevprivateArnd Bergmann2-5/+6
2021-07-27bridge: use ndo_siocdevprivateArnd Bergmann3-12/+28
2021-07-27hostap: use ndo_siocdevprivateArnd Bergmann3-7/+29
2021-07-27staging: wlan-ng: use siocdevprivateArnd Bergmann1-65/+11
2021-07-27staging: rtlwifi: use siocdevprivateArnd Bergmann8-10/+34
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann3-3/+32
2021-07-27tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell2-2/+10
2021-07-27tcp: more accurately detect spurious TLP probesYuchung Cheng1-1/+4
2021-07-27qdisc: add new field for qdisc_enqueue tracepointTonghao Zhang1-0/+2
2021-07-27net: qed: remove unneeded return variablesJason Wang1-4/+2
2021-07-27docs: networking: dpaa2: add documentation for the switch driverIoana Ciornei3-0/+176
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray1-1/+1
2021-07-27openvswitch: fix alignment issuesMark Gray3-10/+16
2021-07-27openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDSMark Gray1-1/+1
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng3-11/+6
2021-07-27net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean2-0/+3
2021-07-27ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed1-1/+1
2021-07-26net: ipa: introduce ipa_uc_clock()Alex Elder4-17/+45
2021-07-26net: ipa: set up the microcontroller earlierAlex Elder3-14/+14
2021-07-26net: ipa: set up IPA interrupts earlierAlex Elder3-17/+21
2021-07-26net: ipa: configure memory regions earlyAlex Elder1-8/+8
2021-07-26net: ipa: kill ipa_modem_setup()Alex Elder5-20/+23
2021-07-26flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva1-4/+8
2021-07-26ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva1-2/+3
2021-07-26net: ipa: enable inline checksum offload for IPA v4.5+Alex Elder3-0/+6
2021-07-26net: ipa: use WARN_ON() rather than assertionsAlex Elder7-44/+53
2021-07-26net: ipa: kill the remaining conditional validation codeAlex Elder7-27/+1
2021-07-26net: ipa: always validate filter and route tablesAlex Elder2-35/+17
2021-07-26net: ipa: fix ipa_cmd_table_valid()Alex Elder3-26/+29
2021-07-26Revert "net: dsa: Allow drivers to filter packets they can decode source port from"Vladimir Oltean3-21/+1