summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov2020-06-251-3/+11
| | |/ | |/|
| * | dsa: Allow forwarding of redirected IGMP trafficDaniel Mack2020-06-241-3/+34
| * | openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi2020-06-241-2/+7
| * | net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-241-0/+2
| * | net: ethtool: Handle missing cable test TDR parametersAndrew Lunn2020-06-241-8/+9
| * | net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin2020-06-231-0/+1
| * | bridge: mrp: Validate when setting the port roleHoratiu Vultur2020-06-231-2/+8
| * | mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang2020-06-231-2/+0
| * | ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh2020-06-231-1/+1
| * | hsr: avoid to create proc file after unregisterTaehee Yoo2020-06-234-24/+25
| |/
| * net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-2110-0/+10
| * rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-211-0/+7
| * net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu2020-06-201-10/+14
| * net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-204-6/+13
| * flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-201-21/+1
| * flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2020-06-201-0/+21
| * Merge tag 'rxrpc-fixes-20200618' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-06-202-5/+4
| |\
| | * rxrpc: Fix afs large storage transmission performance dropDavid Howells2020-06-181-1/+1
| | * rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-181-4/+3
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-06-195-37/+63
| |\ \
| | * | esp, ah: modernize the crypto algorithm selectionsEric Biggers2020-06-153-10/+41
| | * | esp: select CRYPTO_SEQIVEric Biggers2020-06-151-0/+1
| | * | esp, ah: consolidate the crypto algorithm selectionsEric Biggers2020-06-153-28/+24
| | * | xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo"Stephen Rothwell2020-06-051-4/+0
| | * | xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen2020-06-041-1/+3
| * | | net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-192-1/+3
| * | | net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin2020-06-191-0/+1
| * | | mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni2020-06-191-8/+10
| * | | mptcp: cache msk on MP_JOIN init_reqPaolo Abeni2020-06-192-22/+18
| * | | net: Fix the arp error in some casesguodeqing2020-06-191-1/+1
| * | | net/sched: act_gate: fix configuration of the periodic timerDavide Caratti2020-06-191-35/+55
| * | | net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti2020-06-191-23/+13
| * | | ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-191-6/+8
| * | | ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-191-3/+6
| * | | net: fix memleak in register_netdevice()Yang Yingliang2020-06-191-0/+7
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-171-0/+1
| |\ \
| | * | xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu2020-06-171-0/+1
* | | | Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2020-06-192-13/+10
|\ \ \ \ | |/ / / |/| | |
| * | | libceph: don't omit used_replica in target_copy()Ilya Dryomov2020-06-161-0/+1
| * | | libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov2020-06-161-0/+1
| * | | libceph: move away from global osd_req_flagsIlya Dryomov2020-06-162-13/+8
* | | | tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-161-2/+10
* | | | mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun2020-06-161-1/+3
* | | | netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel2020-06-161-45/+0
* | | | net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel2020-06-161-11/+0
| |/ / |/| |
* | | mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-151-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-154-25/+65
|\ \ \
| * | | netfilter: nf_tables: hook list memleak in flowtable deletionPablo Neira Ayuso2020-06-121-7/+24
| * | | netfilter: ctnetlink: memleak in filter initialization error pathPablo Neira Ayuso2020-06-101-10/+22
| * | | netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointerStefano Brivio2020-06-081-1/+5