summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-11-08net: icmp: fix data-race in cmp_global_allow()Eric Dumazet
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2019-11-08vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella
2019-11-08Merge tag 'mac80211-next-for-net-next-2019-11-08' of git://git.kernel.org/pub...David S. Miller
2019-11-08cfg80211: VLAN offload support for set_key and set_sta_vlanGurumoorthi Gnanasambandhan
2019-11-08mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen
2019-11-08mac80211: don't re-parse elems in ieee80211_assoc_success()Johannes Berg
2019-11-08mac80211: move store skb ack code to its own functionJohn Crispin
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki
2019-11-08mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg
2019-11-07tipc: eliminate checking netns if node establishedHoang Le
2019-11-07net: add annotations on hh->hh_len lockless accessesEric Dumazet
2019-11-07devlink: Add layer 3 generic packet exception trapsAmit Cohen
2019-11-07devlink: Add layer 3 generic packet trapsAmit Cohen
2019-11-07tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet
2019-11-07inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet
2019-11-07ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-11-07ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet
2019-11-07nfc: netlink: fix double device reference dropPan Bian
2019-11-06net_sched: gen_estimator: extend packet counter to 64bitEric Dumazet
2019-11-06tcp: fix data-race in tcp_recvmsg()Eric Dumazet
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet
2019-11-06net: openvswitch: select vport upcall portid directlyTonghao Zhang
2019-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-11-06tipc: eliminate the dummy packet in link synchingTuong Lien
2019-11-06lwtunnel: add options setting and dumping for erspanXin Long
2019-11-06lwtunnel: add options setting and dumping for vxlanXin Long
2019-11-06lwtunnel: add options setting and dumping for geneveXin Long
2019-11-06lwtunnel: add options process for cmp_encapXin Long
2019-11-06lwtunnel: add options process for arp requestXin Long
2019-11-06net/smc: fix ethernet interface refcountingUrsula Braun
2019-11-06tipc: reduce sensitive to retransmit failuresHoang Le
2019-11-06tipc: update cluster capabilities if node deletedHoang Le
2019-11-06net/tls: add a TX lockJakub Kicinski
2019-11-06net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-11-06inet_diag: use jiffies_delta_to_msecs()Eric Dumazet
2019-11-06net: neigh: use long type to store jiffies deltaEric Dumazet
2019-11-05Merge tag 'batadv-next-for-davem-20191105' of git://git.open-mesh.org/linux-m...David S. Miller
2019-11-05net_sched: add TCA_STATS_PKT64 attributeEric Dumazet
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet
2019-11-05net: dsa: Add support for devlink resourcesAndrew Lunn
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese
2019-11-05vsock: Simplify '__vsock_release()'Christophe JAILLET
2019-11-05net: dsa: Fix use after free in dsa_switch_remove()Florian Fainelli
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-11-05icmp: remove duplicate codeMatteo Croce