aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_vegas.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20ipv4: fix bind address validity regression testsRiccardo Paolo Bestetti1-9/+27
2022-06-19net: phy: at803x: fix NULL pointer dereference on AR9331 PHYOleksij Rempel1-0/+6
2022-06-19drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-main.cWentao_Liang1-1/+1
2022-06-17net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye1-2/+2
2022-06-17ethtool: Fix get module eeprom fallbackIvan Vecera1-1/+1
2022-06-17bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh1-1/+3
2022-06-17igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi1-2/+5
2022-06-17rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)1-0/+9
2022-06-17fprobe, samples: Add use_trace option and show hit/missed counterMasami Hiramatsu (Google)1-4/+25
2022-06-17bpf, docs: Update some of the JIT/maintenance entriesDaniel Borkmann1-21/+20
2022-06-17ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti2-3/+40
2022-06-17hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()Xu Jia1-1/+8
2022-06-17tipc: fix use-after-free Read in tipc_named_reinitHoang Le1-2/+1
2022-06-17veth: Add updating of trans_startJay Vosburgh1-0/+4
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet2-10/+16
2022-06-16phy: aquantia: Fix AN when higher speeds than 1G are not advertisedClaudiu Manoil1-1/+14
2022-06-16selftest/bpf: Fix kprobe_multi bench testJiri Olsa1-0/+3
2022-06-16bpf: Force cookies array to follow symbols sortingJiri Olsa1-15/+45
2022-06-16ftrace: Keep address offset in ftrace_lookup_symbolsJiri Olsa1-2/+11
2022-06-16selftests/bpf: Shuffle cookies symbols in kprobe multi testJiri Olsa2-51/+51
2022-06-16selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki2-0/+97
2022-06-16bpf, x86: Fix tail call count offset calculation on bpf2bpf callJakub Sitnicki1-1/+2
2022-06-16net: axienet: add missing error return code in axienet_probe()Yang Yingliang1-0/+1
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong10-611/+83
2022-06-15certs: fix and refactor CONFIG_SYSTEM_BLACKLIST_HASH_LIST buildMasahiro Yamada3-12/+12
2022-06-15certs/blacklist_hashes.c: fix const confusion in certs blacklistMasahiro Yamada1-1/+1
2022-06-15bpf: Limit maximum modifier chain length in btf_check_type_tagsKumar Kartikeya Dwivedi1-0/+5
2022-06-15bpf: Fix request_sock leak in sk lookup helpersJon Maxwell1-6/+28
2022-06-15net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou1-5/+28
2022-06-15net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso1-13/+13
2022-06-14MAINTAINERS: add include/dt-bindings/net to NETWORKING DRIVERSLukas Bulwahn1-0/+1
2022-06-14ARM: dts: at91: ksz9477_evb: fix port/phy validationOleksij Rempel1-0/+5
2022-06-14net: bgmac: Fix an erroneous kfree() in bgmac_remove()Christophe JAILLET1-1/+0
2022-06-14netfs: fix up netfs_inode_init() docbook commentLinus Torvalds1-1/+1
2022-06-14ice: Fix memory corruption in VF driverPrzemyslaw Patynowski1-0/+5
2022-06-14ice: Fix queue config fail handlingPrzemyslaw Patynowski1-27/+26
2022-06-14ice: Sync VLAN filtering features for DVMRoman Storozhenko1-18/+31
2022-06-14ice: Fix PTP TX timestamp offset calculationMichal Michalik2-1/+32
2022-06-14xsk: Fix generic transmit when completion queue reservation failsCiara Loftus1-7/+9
2022-06-14mlxsw: spectrum_cnt: Reorder counter poolsPetr Machata1-1/+1
2022-06-14fs: account for group membershipChristian Brauner1-6/+20
2022-06-13docs: networking: phy: Fix a typoJonathan Neuschäfer1-1/+1
2022-06-13amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker1-2/+2
2022-06-13usercopy: Make usercopy resilient against ridiculously large copiesMatthew Wilcox (Oracle)1-10/+9
2022-06-13usercopy: Cast pointer to an integer onceMatthew Wilcox (Oracle)1-5/+6
2022-06-13usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)3-7/+6
2022-06-13cfi: Fix __cfi_slowpath_diag RCU usage with cpuidleSami Tolvanen1-6/+16
2022-06-13octeontx2-vf: Add support for adaptive interrupt coalescingSuman Ghosh1-1/+2
2022-06-13xilinx: Fix build on x86.David S. Miller1-4/+4
2022-06-13net: axienet: Use iowrite64 to write all 64b descriptor pointersAndy Chiu1-3/+18