aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-07-29net: optimize GRO for the common case.Paolo Abeni2-11/+28
2021-07-29sk_buff: track extension status in slow_groPaolo Abeni1-0/+1
2021-07-29net: xfrm: fix shift-out-of-bouncePavel Skripkin1-1/+6
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-11/+28
2021-07-28Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmdTedd Ho-Jeong An1-1/+1
2021-07-28Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa3-16/+23
2021-07-28net: bridge: switchdev: treat local FDBs the same as entries towards the bridgeVladimir Oltean2-3/+2
2021-07-28net: bridge: switchdev: replay the entire FDB for each portVladimir Oltean3-30/+11
2021-07-28af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi1-2/+49
2021-07-28net/sched: act_skbmod: Add SKBMOD_F_ECN option supportPeilin Ye1-12/+32
2021-07-28net: let flow have same hash in two directionszhang kai1-9/+9
2021-07-28devlink: Remove duplicated registration checkLeon Romanovsky1-9/+10
2021-07-28sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner1-1/+1
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend1-6/+0
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-279p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2021-07-279p/trans_virtio: Remove sysfs file on probe failureXie Yongji1-1/+3
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-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
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...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_...Vladimir Oltean1-2/+5
2021-07-26Merge tag 'linux-can-next-for-5.15-20210725' of git://git.kernel.org/pub/scm/...David S. Miller2-19/+25
2021-07-26sctp: delete addr based on sin6_scope_idChen Shen1-2/+3
2021-07-26net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-1/+1
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