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-19bpf: Fix memory leak on object 'data'Colin Ian King
2019-11-19net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner
2019-11-19lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VERXin Long
2019-11-19net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long
2019-11-19net: atm: Reduce the severity of logging in unlink_clip_vccAditya Pakki
2019-11-19page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer
2019-11-19xdp: remove memory poison on free for struct xdp_mem_allocatorJesper Dangaard Brouer
2019-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-17ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault
2019-11-17net/smc: fix fastopen for non-blocking connect()Ursula Braun
2019-11-16net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin
2019-11-16rds: ib: update WR sizes when bringing up connectionDag Moxnes
2019-11-16page_pool: do not release pool until inflight == 0.Jonathan Lemon
2019-11-16net/smc: remove unused constantUrsula Braun
2019-11-16net/smc: use rcu_barrier() on module unloadUrsula Braun
2019-11-16net/smc: guarantee removal of link groups in rebootUrsula Braun
2019-11-16net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun
2019-11-16net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvidVladimir Oltean
2019-11-16seg6: fix skb transport_header after decap_and_validate()Andrea Mayer
2019-11-16seg6: fix srh pointer in get_srh()Andrea Mayer
2019-11-16netfilter: nf_tables: add nft_unregister_flowtable_hook()Pablo Neira Ayuso
2019-11-16netfilter: nf_tables: check if bind callback fails and unbind if hook registr...wenxu
2019-11-16netfilter: nf_tables_offload: undo updates if transaction failsPablo Neira Ayuso
2019-11-16netfilter: nf_tables_offload: release flow_rule on error from commit pathPablo Neira Ayuso
2019-11-16netfilter: nf_tables_offload: remove reference to flow rule from deletion pathPablo Neira Ayuso
2019-11-16netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dirwenxu
2019-11-16netfilter: nf_flow_table_offload: Fix check ndo_setup_tc when setup_blockwenxu
2019-11-16bpf: Annotate context typesAlexei Starovoitov
2019-11-16netfilter: Support iif matches in POSTROUTINGPhil Sutter
2019-11-16netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso
2019-11-16netfilter: nf_flow_table_offload: add flow_action_entry_next() and use itPablo Neira Ayuso
2019-11-16netfilter: nft_meta: use 64-bit time arithmeticArnd Bergmann
2019-11-16netfilter: xt_time: use time64_tArnd Bergmann
2019-11-16bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov
2019-11-16bpf: Add kernel test functions for fentry testingAlexei Starovoitov
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang
2019-11-15net: dsa: ocelot: add tagger for Ocelot/Felix switchesVladimir Oltean
2019-11-15net/smc: immediate termination for SMCR link groupsUrsula Braun
2019-11-15net/smc: wait for tx completions before link freeingUrsula Braun
2019-11-15net/smc: abnormal termination without orderly flagUrsula Braun
2019-11-15net/smc: no WR buffer wait for terminating link groupUrsula Braun
2019-11-15net/smc: introduce bookkeeping of SMCD link groupsUrsula Braun
2019-11-15net/smc: abnormal termination of SMCD link groupsUrsula Braun
2019-11-15net/smc: immediate termination for SMCD link groupsUrsula Braun
2019-11-15net/smc: fix final cleanup sequence for SMCD devicesUrsula Braun
2019-11-15net/tls: Fix unused function warningYueHaibing
2019-11-15y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann
2019-11-15y2038: socket: remove timespec reference in timestampingArnd Bergmann