aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06inet_diag: use jiffies_delta_to_msecs()Eric Dumazet1-9/+6
2019-11-06net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2019-11-05Merge tag 'batadv-next-for-davem-20191105' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-28/+19
2019-11-05net_sched: add TCA_STATS_PKT64 attributeEric Dumazet2-2/+9
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet2-3/+2
2019-11-05net: dsa: Add support for devlink resourcesAndrew Lunn1-0/+37
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski1-5/+15
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese4-33/+85
2019-11-05vsock: Simplify '__vsock_release()'Christophe JAILLET1-3/+1
2019-11-05net: dsa: Fix use after free in dsa_switch_remove()Florian Fainelli1-1/+2
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-4/+79
2019-11-05icmp: remove duplicate codeMatteo Croce6-30/+6
2019-11-05taprio: fix panic while hw offload sched list swapIvan Khoronzhuk1-2/+3
2019-11-04can: j1939: transport: j1939_xtp_rx_eoma_one(): Add sanity check for correct total message sizeOleksij Rempel1-0/+18
2019-11-04can: j1939: transport: j1939_session_fresh_new(): make sure EOMA is send with the total message size setOleksij Rempel1-1/+1
2019-11-04can: j1939: fix memory leak if filters was setOleksij Rempel1-0/+1
2019-11-04can: j1939: fix resource leak of skb on error return pathsColin Ian King1-2/+6
2019-11-04Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso4-17/+36
2019-11-04netfilter: nf_tables_offload: skip EBUSY on chain updatePablo Neira Ayuso1-1/+2
2019-11-04netfilter: nf_tables: bogus EOPNOTSUPP on basechain updatePablo Neira Ayuso1-0/+1
2019-11-04bridge: ebtables: don't crash when using dnat target in output chainsFlorian Westphal1-4/+15
2019-11-04netfilter: nf_tables: fix unexpected EOPNOTSUPP errorFernando Fernandez Mancera1-4/+2
2019-11-04netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik3-13/+30
2019-11-04netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio1-1/+1
2019-11-04netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter1-3/+5
2019-11-04dccp: do not leak jiffies on the wireEric Dumazet1-1/+1
2019-11-04ipv6: use jhash2() in rt6_exception_hash()Eric Dumazet1-2/+2
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2-9/+11
2019-11-04net: bridge: fdb: eliminate extra port state tests from fast-pathNikolay Aleksandrov3-5/+9
2019-11-04netfilter: nf_tables_offload: check for register data length mismatchesPablo Neira Ayuso2-3/+4
2019-11-03net: icmp6: provide input address for traceroute6Francesco Ruggeri1-5/+17
2019-11-03tipc: improve message bundling algorithmTuong Lien3-104/+113
2019-11-03net: icmp: use input address in tracerouteFrancesco Ruggeri1-1/+2
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang1-22/+38
2019-11-03net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang1-1/+1
2019-11-03net: openvswitch: fix possible memleak on destroy flow-tableTonghao Zhang1-88/+98
2019-11-03net: openvswitch: add likely in flow_lookupTonghao Zhang1-2/+2
2019-11-03net: openvswitch: simplify the flow_hashTonghao Zhang1-5/+2
2019-11-03net: openvswitch: optimize flow-mask looking upTonghao Zhang1-51/+53
2019-11-03net: openvswitch: optimize flow mask cache hash collisionTonghao Zhang1-42/+53
2019-11-03net: openvswitch: shrink the mask array if necessaryTonghao Zhang1-10/+23
2019-11-03net: openvswitch: convert mask list in mask arrayTonghao Zhang3-51/+167
2019-11-03net: openvswitch: add flow-mask cache for performanceTonghao Zhang3-16/+107
2019-11-03batman-adv: Drop lockdep.h include for soft-interface.cSven Eckelmann1-1/+0
2019-11-03batman-adv: Use 'fallthrough' pseudo keywordSven Eckelmann2-3/+3
2019-11-03batman-adv: Axe 'aggr_list_lock'Christophe JAILLET3-19/+15
2019-11-03batman-adv: Simplify 'batadv_v_ogm_aggr_list_free()'Christophe JAILLET1-5/+1
2019-11-03batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+31
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller76-521/+855