summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden2022-06-231-1/+1
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-234-3/+12
* Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski2022-06-231-3/+0
* virtio_net: fix xdp_rxq_info bug after suspend/resumeStephan Gerhold2022-06-231-19/+6
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-06-233-7/+89
|\
| * ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko2022-06-222-5/+47
| * ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko2022-06-211-1/+38
| * ice: Fix switchdev rules book keepingWojciech Drewek2022-06-211-0/+1
| * ice: ignore protocol field in GTP offloadMarcin Szycik2022-06-211-1/+3
* | igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng2022-06-231-7/+5
* | net: dsa: qca8k: reduce mgmt ethernet timeoutChristian Marangi2022-06-231-1/+1
* | net: dsa: qca8k: reset cpu port on MTU changeChristian Marangi2022-06-231-1/+21
* | MAINTAINERS: Add a maintainer for OCP Time CardVadim Fedorenko2022-06-231-0/+1
* | hinic: Replace memcpy() with direct assignmentKees Cook2022-06-221-3/+1
* | Revert "drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-...Jakub Kicinski2022-06-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-225-26/+28
|\ \
| * | netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal2022-06-211-4/+15
| * | netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal2022-06-211-4/+10
| * | selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.shJie2x Zhou2022-06-211-1/+1
| * | netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exitFlorian Westphal2022-06-171-1/+1
| * | netfilter: use get_random_u32 instead of prandomFlorian Westphal2022-06-082-20/+5
* | | net: phy: smsc: Disable Energy Detect Power-Down in interrupt modeLukas Wunner2022-06-221-2/+4
| |/ |/|
* | net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan2022-06-201-0/+3
* | erspan: do not assume transport header is always setEric Dumazet2022-06-202-10/+20
* | ipv4: fix bind address validity regression testsRiccardo Paolo Bestetti2022-06-201-9/+27
* | net: phy: at803x: fix NULL pointer dereference on AR9331 PHYOleksij Rempel2022-06-191-0/+6
* | drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-main.cWentao_Liang2022-06-191-1/+1
* | net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye2022-06-181-2/+2
* | ethtool: Fix get module eeprom fallbackIvan Vecera2022-06-181-1/+1
* | bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh2022-06-181-1/+3
* | igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi2022-06-181-2/+5
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-1814-107/+305
|\ \
| * | rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)2022-06-171-0/+9
| * | fprobe, samples: Add use_trace option and show hit/missed counterMasami Hiramatsu (Google)2022-06-171-4/+25
| * | bpf, docs: Update some of the JIT/maintenance entriesDaniel Borkmann2022-06-171-21/+20
| * | Merge branch 'bpf: Fix cookie values for kprobe multi'Alexei Starovoitov2022-06-175-68/+110
| |\ \
| | * | selftest/bpf: Fix kprobe_multi bench testJiri Olsa2022-06-171-0/+3
| | * | bpf: Force cookies array to follow symbols sortingJiri Olsa2022-06-171-15/+45
| | * | ftrace: Keep address offset in ftrace_lookup_symbolsJiri Olsa2022-06-171-2/+11
| | * | selftests/bpf: Shuffle cookies symbols in kprobe multi testJiri Olsa2022-06-172-51/+51
| |/ /
| * | selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki2022-06-162-0/+97
| * | bpf, x86: Fix tail call count offset calculation on bpf2bpf callJakub Sitnicki2022-06-161-1/+2
| * | bpf: Limit maximum modifier chain length in btf_check_type_tagsKumar Kartikeya Dwivedi2022-06-151-0/+5
| * | bpf: Fix request_sock leak in sk lookup helpersJon Maxwell2022-06-151-6/+28
| * | xsk: Fix generic transmit when completion queue reservation failsCiara Loftus2022-06-141-7/+9
* | | ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti2022-06-172-3/+40
* | | hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()Xu Jia2022-06-171-1/+8
* | | tipc: fix use-after-free Read in tipc_named_reinitHoang Le2022-06-171-2/+1
* | | veth: Add updating of trans_startJay Vosburgh2022-06-171-0/+4
* | | net: fix data-race in dev_isalive()Eric Dumazet2022-06-172-10/+16