Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-11-06SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust
2019-11-04NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-02net: fix installing orphaned programsJakub Kicinski
2019-11-02net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski
2019-11-02inet: stop leaking jiffies on the wireEric Dumazet
2019-11-01tcp: increase tcp_max_syn_backlog max valueEric Dumazet
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells
2019-10-31Merge tag 'mac80211-for-net-2019-10-31' of git://git.kernel.org/pub/scm/linux...David S. Miller
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust
2019-10-30SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-10-30SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-10-30nl80211: fix validation of mesh path nexthopMarkus Theil
2019-10-30nl80211: Disallow setting of HT for channel 14Masashi Honma
2019-10-30net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-10-30net/smc: fix refcounting for non-blocking connect()Ursula Braun
2019-10-30erspan: fix the tun_info options_len check for erspanXin Long
2019-10-29Merge tag 'batadv-net-for-davem-20191025' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-28udp: use skb_queue_empty_lockless()Eric Dumazet
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-10-26ipv4: fix route update on metric change.Paolo Abeni
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-10-26Merge tag 'ipvs-fixes-for-v5.4' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso
2019-10-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-26net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun
2019-10-26net/smc: fix closing of fallback SMC socketsUrsula Braun
2019-10-26net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo
2019-10-25net: core: add ignore flag to netdev_adjacent structureTaehee Yoo
2019-10-25net: core: add generic lockdep keysTaehee Yoo
2019-10-25net: core: limit nested device depthTaehee Yoo
2019-10-25keys: Fix memory leak in copy_net_nsTakeshi Misawa
2019-10-24netfilter: nft_payload: fix missing check for matching length in offloadswenxu
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti
2019-10-24xsk: Fix registration of Rx-only socketsMagnus Karlsson
2019-10-24net/flow_dissector: switch to siphashEric Dumazet
2019-10-23netfilter: nf_tables_offload: restore basechain deletionPablo Neira Ayuso
2019-10-23netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso
2019-10-23ipv6: include <net/addrconf.h> for missing declarationsBen Dooks (Codethink)
2019-10-23net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds