summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner3-2/+7
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller54-15/+159
2020-06-25net: bridge: enfore alignment for ethernet addressThomas Martitz1-1/+1
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov1-3/+11
2020-06-24net: qos: police action add index for tc flower offloadingPo Liu1-0/+1
2020-06-24net: qos: add tc police offloading action with max frame size limitPo Liu1-0/+1
2020-06-24bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song1-0/+22
2020-06-24net: bpf: Implement bpf iterator for udpYonghong Song1-0/+116
2020-06-24net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song1-5/+23
2020-06-24bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song1-0/+62
2020-06-24bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song1-0/+82
2020-06-24net: bpf: Implement bpf iterator for tcpYonghong Song1-0/+123
2020-06-24net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song1-6/+24
2020-06-25netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder5-6/+44
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder1-1/+14
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder5-7/+44
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder1-1/+14
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill41-0/+41
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King1-0/+2
2020-06-24dsa: Allow forwarding of redirected IGMP trafficDaniel Mack1-3/+34
2020-06-24net: bridge: add a flag to avoid refreshing fdb when changing/addingNikolay Aleksandrov1-1/+4
2020-06-24net: bridge: add option to allow activity notifications for any fdb entriesNikolay Aleksandrov2-13/+108
2020-06-24net: neighbor: add fdb extended attributeNikolay Aleksandrov1-0/+1
2020-06-24net: bridge: fdb_add_entry takes ndm as argumentNikolay Aleksandrov1-5/+4
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi1-2/+7
2020-06-24bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin1-1/+35
2020-06-24tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin1-3/+3
2020-06-24sock: Move sock_valbool_flag to headerDmitry Yakunin1-9/+0
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-06-23dn_route_rcv: remove redundant dev null checkGaurav Singh1-1/+1
2020-06-23dcb_doit: remove redundant skb checkGaurav Singh1-1/+1
2020-06-23net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva2-3/+2
2020-06-23net: ethtool: Handle missing cable test TDR parametersAndrew Lunn1-8/+9
2020-06-23udp: move gro declarations to net/udp.hEric Dumazet2-6/+1
2020-06-23net: move tcp gro declarations to net/tcp.hEric Dumazet2-6/+1
2020-06-23tcp: move ipv4_specific to tcp include fileEric Dumazet1-2/+0
2020-06-23tcp: move ipv6_specific declaration to remove a warningEric Dumazet1-3/+0
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-2/+3
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez3-8/+12
2020-06-23net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin1-0/+1
2020-06-23bridge: mrp: Validate when setting the port roleHoratiu Vultur1-2/+8
2020-06-22mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang1-2/+0
2020-06-22net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell1-1/+1
2020-06-22tcindex_change: Remove redundant null checkGaurav Singh1-1/+1
2020-06-22ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh1-1/+1
2020-06-22hsr: avoid to create proc file after unregisterTaehee Yoo4-24/+25
2020-06-22net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit1-2/+8
2020-06-22devlink: Add support for board.serial_number to info_get cb.Vasundhara Volam1-0/+8
2020-06-22xfrm: bail early on slave pass over skbJarod Wilson1-17/+17