summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* devlink: Add layer 3 generic packet exception trapsAmit Cohen2019-11-081-0/+6
* devlink: Add layer 3 generic packet trapsAmit Cohen2019-11-081-0/+9
* tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2019-11-082-3/+3
* inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet2019-11-081-2/+10
* net_sched: gen_estimator: extend packet counter to 64bitEric Dumazet2019-11-071-2/+2
* tcp: fix data-race in tcp_recvmsg()Eric Dumazet2019-11-071-8/+6
* net: silence data-races on sk_backlog.tailEric Dumazet2019-11-072-2/+2
* net: openvswitch: select vport upcall portid directlyTonghao Zhang2019-11-071-2/+3
* tipc: eliminate the dummy packet in link synchingTuong Lien2019-11-071-15/+14
* lwtunnel: add options setting and dumping for erspanXin Long2019-11-071-2/+92
* lwtunnel: add options setting and dumping for vxlanXin Long2019-11-071-2/+65
* lwtunnel: add options setting and dumping for geneveXin Long2019-11-071-16/+196
* lwtunnel: add options process for cmp_encapXin Long2019-11-071-2/+8
* lwtunnel: add options process for arp requestXin Long2019-11-071-3/+4
* tipc: reduce sensitive to retransmit failuresHoang Le2019-11-071-1/+1
* tipc: update cluster capabilities if node deletedHoang Le2019-11-071-1/+11
* net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-078-9/+9
* net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-076-6/+6
* net: use helpers to change sk_ack_backlogEric Dumazet2019-11-0716-21/+21
* inet_diag: use jiffies_delta_to_msecs()Eric Dumazet2019-11-071-9/+6
* net: neigh: use long type to store jiffies deltaEric Dumazet2019-11-071-2/+2
* Merge tag 'batadv-next-for-davem-20191105' of git://git.open-mesh.org/linux-m...David S. Miller2019-11-066-28/+19
|\
| * batman-adv: Drop lockdep.h include for soft-interface.cSven Eckelmann2019-11-031-1/+0
| * batman-adv: Use 'fallthrough' pseudo keywordSven Eckelmann2019-11-032-3/+3
| * batman-adv: Axe 'aggr_list_lock'Christophe JAILLET2019-11-033-19/+15
| * batman-adv: Simplify 'batadv_v_ogm_aggr_list_free()'Christophe JAILLET2019-11-031-5/+1
| * batman-adv: Start new development cycleSimon Wunderlich2019-11-031-1/+1
* | net_sched: add TCA_STATS_PKT64 attributeEric Dumazet2019-11-062-2/+9
* | net_sched: extend packet counter to 64bitEric Dumazet2019-11-062-3/+2
* | net: dsa: Add support for devlink resourcesAndrew Lunn2019-11-061-0/+37
* | Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese2019-11-064-33/+85
* | vsock: Simplify '__vsock_release()'Christophe JAILLET2019-11-061-3/+1
* | net: dsa: Fix use after free in dsa_switch_remove()Florian Fainelli2019-11-061-1/+2
* | icmp: remove duplicate codeMatteo Croce2019-11-056-30/+6
* | ipv6: use jhash2() in rt6_exception_hash()Eric Dumazet2019-11-041-2/+2
* | net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-042-9/+11
* | net: bridge: fdb: eliminate extra port state tests from fast-pathNikolay Aleksandrov2019-11-043-5/+9
* | net: icmp6: provide input address for traceroute6Francesco Ruggeri2019-11-041-5/+17
* | tipc: improve message bundling algorithmTuong Lien2019-11-043-104/+113
* | net: icmp: use input address in tracerouteFrancesco Ruggeri2019-11-041-1/+2
* | net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang2019-11-041-22/+38
* | net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang2019-11-041-1/+1
* | net: openvswitch: fix possible memleak on destroy flow-tableTonghao Zhang2019-11-041-88/+98
* | net: openvswitch: add likely in flow_lookupTonghao Zhang2019-11-041-2/+2
* | net: openvswitch: simplify the flow_hashTonghao Zhang2019-11-041-5/+2
* | net: openvswitch: optimize flow-mask looking upTonghao Zhang2019-11-041-51/+53
* | net: openvswitch: optimize flow mask cache hash collisionTonghao Zhang2019-11-041-42/+53
* | net: openvswitch: shrink the mask array if necessaryTonghao Zhang2019-11-041-10/+23
* | net: openvswitch: convert mask list in mask arrayTonghao Zhang2019-11-043-51/+167
* | net: openvswitch: add flow-mask cache for performanceTonghao Zhang2019-11-043-16/+107