summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King1-0/+2
2020-06-25dsa: Allow forwarding of redirected IGMP trafficDaniel Mack1-3/+34
2020-06-25net: bridge: add a flag to avoid refreshing fdb when changing/addingNikolay Aleksandrov1-1/+4
2020-06-25net: bridge: add option to allow activity notifications for any fdb entriesNikolay Aleksandrov2-13/+108
2020-06-25net: neighbor: add fdb extended attributeNikolay Aleksandrov1-0/+1
2020-06-25net: bridge: fdb_add_entry takes ndm as argumentNikolay Aleksandrov1-5/+4
2020-06-25openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi1-2/+7
2020-06-24net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-06-24dn_route_rcv: remove redundant dev null checkGaurav Singh1-1/+1
2020-06-24dcb_doit: remove redundant skb checkGaurav Singh1-1/+1
2020-06-24net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva2-3/+2
2020-06-24net: ethtool: Handle missing cable test TDR parametersAndrew Lunn1-8/+9
2020-06-24udp: move gro declarations to net/udp.hEric Dumazet2-6/+1
2020-06-24net: move tcp gro declarations to net/tcp.hEric Dumazet2-6/+1
2020-06-24tcp: move ipv4_specific to tcp include fileEric Dumazet1-2/+0
2020-06-24tcp: move ipv6_specific declaration to remove a warningEric Dumazet1-3/+0
2020-06-24bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-2/+3
2020-06-24ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez3-8/+12
2020-06-24net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin1-0/+1
2020-06-24bridge: mrp: Validate when setting the port roleHoratiu Vultur1-2/+8
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