aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend1-6/+29
2021-07-27bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend1-2/+2
2021-07-27net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin1-4/+4
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann1-4/+4
2021-07-27net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann6-30/+37
2021-07-27net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann2-4/+2
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-2/+18
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann4-18/+34
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann3-54/+26
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann8-52/+57
2021-07-27phonet: use siocdevprivateArnd Bergmann1-3/+3
2021-07-27bridge: use ndo_siocdevprivateArnd Bergmann3-12/+28
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann1-3/+22
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-27net: llc: fix skb_over_panicPavel Skripkin2-2/+10
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray1-1/+1
2021-07-27openvswitch: fix alignment issuesMark Gray2-8/+14
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng2-10/+5
2021-07-27ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed1-1/+1
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-26Revert "net: dsa: Allow drivers to filter packets they can decode source port from"Vladimir Oltean2-6/+1
2021-07-26net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2-4/+75
2021-07-26net: dsa: sja1105: add support for imprecise RXVladimir Oltean2-44/+86
2021-07-26net: bridge: add a helper for retrieving port VLANs from the data pathVladimir Oltean1-0/+27
2021-07-26net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_filter_toggleVladimir Oltean1-2/+5
2021-07-26Merge tag 'linux-can-next-for-5.15-20210725' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-19/+25
2021-07-26sctp: delete addr based on sin6_scope_idChen Shen1-2/+3
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long1-1/+5
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long2-26/+30
2021-07-25devlink: Fix phys_port_name of virtual port and merge errorParav Pandit1-8/+2
2021-07-25tipc: fix an use-after-free issue in tipc_recvmsgXin Long1-3/+5
2021-07-25can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb control bufferMarc Kleine-Budde1-4/+4
2021-07-25can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session skb control bufferMarc Kleine-Budde1-4/+4
2021-07-25can: j1939: j1939_session_completed(): use consistent name se_skb for the session skbMarc Kleine-Budde1-4/+4
2021-07-25can: j1939: replace fall through comment by fallthrough pseudo-keywordMarc Kleine-Budde1-5/+10
2021-07-25can: j1939: fix checkpatch warningsMarc Kleine-Budde1-2/+3
2021-07-25can: j1939: j1939_sk_sock_destruct(): correct a grammatical errorgushengxian1-1/+1
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski4-6/+6
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski4-4/+4
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski1-8/+8
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski1-3/+2
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski1-1/+1
2021-07-24net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWITCHDEV=nVladimir Oltean3-1/+12
2021-07-24tipc: do not write skb_shinfo frags when doing decrytionXin Long1-10/+4