aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds73-514/+845
2019-11-01net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-11-01net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski1-2/+6
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet4-5/+5
2019-10-31tcp: increase tcp_max_syn_backlog max valueEric Dumazet1-1/+1
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells2-5/+14
2019-10-31Merge tag 'mac80211-for-net-2019-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-2/+8
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet5-6/+6
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2-1/+6
2019-10-30SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust1-0/+2
2019-10-30SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust1-2/+3
2019-10-30nl80211: fix validation of mesh path nexthopMarkus Theil1-1/+1
2019-10-30nl80211: Disallow setting of HT for channel 14Masashi Honma2-1/+7
2019-10-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov1-1/+1
2019-10-29net/smc: fix refcounting for non-blocking connect()Ursula Braun1-2/+2
2019-10-29erspan: fix the tun_info options_len check for erspanXin Long2-4/+4
2019-10-28Merge tag 'batadv-net-for-davem-20191025' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-17/+94
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet4-4/+4
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet13-21/+21
2019-10-28udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-27/+76
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+12
2019-10-26ipv4: fix route update on metric change.Paolo Abeni1-1/+1
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-10-26Merge tag 'ipvs-fixes-for-v5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso5-25/+35
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault4-25/+28
2019-10-25net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun1-1/+1
2019-10-25net/smc: fix closing of fallback SMC socketsUrsula Braun1-0/+7
2019-10-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo6-34/+8
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-21/+209
2019-10-24net: core: add generic lockdep keysTaehee Yoo13-242/+50
2019-10-24net: core: limit nested device depthTaehee Yoo1-45/+227
2019-10-24keys: Fix memory leak in copy_net_nsTakeshi Misawa1-0/+1
2019-10-24netfilter: nft_payload: fix missing check for matching length in offloadswenxu1-0/+38
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-8/+7
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti5-17/+28
2019-10-23xsk: Fix registration of Rx-only socketsMagnus Karlsson1-0/+6
2019-10-23net/flow_dissector: switch to siphashEric Dumazet4-38/+35
2019-10-23netfilter: nf_tables_offload: restore basechain deletionPablo Neira Ayuso1-1/+1
2019-10-23netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso1-1/+2
2019-10-22ipv6: include <net/addrconf.h> for missing declarationsBen Dooks (Codethink)1-0/+1
2019-10-22net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton1-7/+4
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang1-1/+1
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2-6/+7
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds68-362/+564
2019-10-19net: dsa: fix switch tree listVivien Didelot1-1/+1
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2