summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-11tipc: check session number before accepting link protocol messagesJon Maloy3-22/+52
2018-07-11tipc: add sequence number check for link STATE messagesJon Maloy4-6/+32
2018-07-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller35-131/+312
2018-07-11tcp: expose both send and receive intervals for rate sampleDeepti Raghavan2-0/+6
2018-07-11net: sched: fix unprotected access to rcu cookie pointerVlad Buslov1-2/+7
2018-07-11Merge branch 'cxgb4-move-stats-fetched-from-firmware-to-debugfs'David S. Miller2-133/+164
2018-07-11cxgb4: expose stats fetched from firmware via debugfsRahul Lakkireddy1-0/+164
2018-07-11cxgb4: remove stats fetched from firmwareRahul Lakkireddy1-133/+0
2018-07-11net: mvpp2: explicitly include linux/interrupt.hAntoine Tenart1-0/+1
2018-07-11cnic: use kvzalloc to allocate memory for csk_tblJan Dakinevich1-3/+3
2018-07-11wimax/i2400m: remove redundant variables ack_status, bcf and protocolColin Ian King3-6/+2
2018-07-11net: sched: act_ife: fix memory leak in ife initVlad Buslov1-1/+3
2018-07-11cxgb4: specify IQTYPE in fw_iq_cmdArjun Vynipadath2-1/+15
2018-07-11Merge branch 'net-ipv6-addr_gen_mode-fixes'David S. Miller2-16/+39
2018-07-11Documentation: ip-sysctl.txt: document addr_gen_modeSabrina Dubroca1-0/+10
2018-07-11net/ipv6: propagate net.ipv6.conf.all.addr_gen_mode to devicesSabrina Dubroca1-0/+12
2018-07-11net/ipv6: reserve room for IFLA_INET6_ADDR_GEN_MODESabrina Dubroca1-1/+3
2018-07-11net/ipv6: don't reinitialize ndev->cnf.addr_gen_mode on new inet6_devSabrina Dubroca1-2/+0
2018-07-11net/ipv6: fix addrconf_sysctl_addr_gen_modeSabrina Dubroca1-13/+14
2018-07-11net/sched: flower: Fix null pointer dereference when run tc vlan commandJianbo Liu1-22/+26
2018-07-10selftests: forwarding: mirror_lib: Tighten up VLAN capturePetr Machata1-1/+1
2018-07-10Merge branch 'cake-qdisc'David S. Miller7-0/+3207
2018-07-10sch_cake: Conditionally split GSO segmentsToke Høiland-Jørgensen1-26/+73
2018-07-10sch_cake: Add overhead compensation support to the rate shaperToke Høiland-Jørgensen1-1/+123
2018-07-10sch_cake: Add DiffServ handlingToke Høiland-Jørgensen1-16/+423
2018-07-10sch_cake: Add NAT awareness to packet classifierToke Høiland-Jørgensen1-2/+49
2018-07-10netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen3-0/+62
2018-07-10sch_cake: Add optional ACK filterToke Høiland-Jørgensen1-2/+452
2018-07-10sch_cake: Add ingress modeToke Høiland-Jørgensen1-4/+83
2018-07-10sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen4-0/+1993
2018-07-09net: Use __u32 in uapi net_stamp.hJesus Sanchez-Palencia1-2/+2
2018-07-09Merge branch 'mlxsw-More-Spectrum-2-preparations'David S. Miller21-1099/+1924
2018-07-09mlxsw: resources: Add couple of Spectrum-2 KVD resourcesJiri Pirko1-0/+4
2018-07-09mlxsw: spectrum: Prepare for multiple FW versions for Spectrum and Spectrum-2Jiri Pirko2-16/+33
2018-07-09mlxsw: spectrum_acl: Implement priority setting for rules inserted to TCAMJiri Pirko4-7/+44
2018-07-09mlxsw: reg: Add priority field for PTCEV2 registerJiri Pirko3-4/+14
2018-07-09mlxsw: spectrum_acl: Move block items encoding into Spectrum opJiri Pirko4-45/+53
2018-07-09mlxsw: spectrum_acl: Convert mlxsw_afk_create args to opsJiri Pirko7-18/+29
2018-07-09mlxsw: spectrum_acl: Add tcam init/fini opsJiri Pirko5-69/+94
2018-07-09mlxsw: spectrum_acl: Split TCAM handling 3 waysJiri Pirko8-247/+622
2018-07-09mlxsw: spectrum_mr_tcam: Push Spectrum-specific operations into a separate fileJiri Pirko7-284/+455
2018-07-09mlxsw: spectrum_kvdl: Pass entry_count to free functionJiri Pirko6-13/+14
2018-07-09mlxsw: spectrum_kvdl: Pass entry type to alloc/freeJiri Pirko6-39/+82
2018-07-09mlxsw: spectrum_kvdl: Push out KVD linear management into opsJiri Pirko5-393/+516
2018-07-09net/mlx5: Use 2-factor allocator callsKees Cook1-5/+9
2018-07-09tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann1-3/+0
2018-07-09Merge branch 'fix-use-after-free-bugs-in-skb-list-processing'David S. Miller2-13/+27
2018-07-09net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree1-2/+7
2018-07-09netfilter: fix use-after-free in NF_HOOK_LISTEdward Cree1-3/+7
2018-07-09net: core: fix uses-after-free in list processingEdward Cree1-8/+13