aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller107-283/+590
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds105-270/+580
2020-06-25sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handlingKevin Darbyshire-Bryant1-4/+4
2020-06-25rds: transport module should be auto loaded when transport is setRao Shoaib1-9/+17
2020-06-25sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-25sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-25sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-06-25ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek1-6/+5
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-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 helpers.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 helpers.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_lenLorenzo Bianconi1-2/+7
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
2020-06-22net/devlink: Support setting hardware address of port functionParav Pandit1-0/+76
2020-06-22net/devlink: Support querying hardware address of port functionParav Pandit1-0/+45