summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-23mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang1-2/+0
2020-06-23net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell1-1/+1
2020-06-23tcindex_change: Remove redundant null checkGaurav Singh1-1/+1
2020-06-23ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh1-1/+1
2020-06-23hsr: avoid to create proc file after unregisterTaehee Yoo4-24/+25
2020-06-23net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit1-2/+8
2020-06-23devlink: Add support for board.serial_number to info_get cb.Vasundhara Volam1-0/+8
2020-06-23xfrm: bail early on slave pass over skbJarod Wilson1-17/+17
2020-06-23net/devlink: Support setting hardware address of port functionParav Pandit1-0/+76
2020-06-23net/devlink: Support querying hardware address of port functionParav Pandit1-0/+45
2020-06-23net/devlink: Prepare devlink port functions to fill extackParav Pandit1-4/+8
2020-06-21net: Add MODULE_DESCRIPTION entries to network modulesRob Gill10-0/+10
2020-06-21rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-06-21Remove redundant skb null checkGaurav Singh1-1/+1
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2-1/+11
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2-1/+12
2020-06-21Remove redundant condition in qdisc_graftGaurav Singh1-2/+1
2020-06-21l3mdev: add infrastructure for table to VRF mappingAndrea Mayer1-0/+93
2020-06-20net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2020-06-20taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2020-06-20tipc: Use struct_size() helperGustavo A. R. Silva2-8/+6
2020-06-20net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu1-10/+14
2020-06-20net: flow_offload: fix flow_indr_dev_unregister pathwenxu4-6/+13
2020-06-20flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-21/+1
2020-06-20flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu1-0/+21
2020-06-20Merge tag 'rxrpc-fixes-20200618' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2-5/+4
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2-7/+8
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-37/+63
2020-06-19net: qos offload add flow status with dropped countPo Liu11-29/+31
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2-13/+10
2020-06-19net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2-1/+3
2020-06-19net: tso: add UDP segmentation supportEric Dumazet1-11/+18
2020-06-19net: tso: cache transport header lengthEric Dumazet1-4/+7
2020-06-19net: tso: constify tso_count_descs() and friendsEric Dumazet1-3/+3
2020-06-19net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin1-0/+1
2020-06-19net: napi: remove useless stack traceEric Dumazet1-1/+3
2020-06-19mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni1-8/+10
2020-06-19mptcp: cache msk on MP_JOIN init_reqPaolo Abeni2-22/+18
2020-06-19net: Fix the arp error in some casesguodeqing1-1/+1
2020-06-19net/sched: act_gate: fix configuration of the periodic timerDavide Caratti1-35/+55
2020-06-19net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti1-23/+13
2020-06-19ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo1-6/+8
2020-06-19ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo1-3/+6
2020-06-19net: fix memleak in register_netdevice()Yang Yingliang1-0/+7
2020-06-18ethtool: ioctl: Use array_size() in copy_to_user()Gustavo A. R. Silva1-2/+2
2020-06-18rxrpc: Fix afs large storage transmission performance dropDavid Howells1-1/+1
2020-06-18rxrpc: Fix handling of rwind from an ACK packetDavid Howells1-4/+3
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2020-06-17xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu1-0/+1
2020-06-17tipc: update a binding service via broadcastHoang Huu Le10-48/+177