summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-01-161-1/+1
* net_sched: refetch skb protocol for each filterCong Wang2019-01-161-2/+1
* fou, fou6: do not assume linear skbsEric Dumazet2019-01-152-4/+14
* tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-151-1/+1
* net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti2019-01-151-8/+11
* Revert "rxrpc: Allow failed client calls to be retried"David Howells2019-01-155-191/+24
* tipc: fix uninit-value in tipc_nl_compat_doitYing Xue2019-01-151-1/+1
* tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue2019-01-151-0/+2
* tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue2019-01-151-0/+5
* tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue2019-01-151-0/+26
* tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue2019-01-151-0/+15
* tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue2019-01-151-1/+1
* sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen2019-01-151-2/+3
* sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen2019-01-153-3/+9
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-158-16/+23
* ip6_gre: update version related info when changing linkHangbin Liu2019-01-151-0/+4
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-152-5/+14
* ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz2019-01-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-01-154-16/+22
|\
| * netfilter: nft_flow_offload: fix checking method of conntrack helperHenry Yen2019-01-141-1/+4
| * netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu2019-01-112-4/+5
| * netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt2019-01-111-2/+4
| * netfilter: nft_flow_offload: Fix reverse route lookupwenxu2019-01-091-2/+2
| * netfilter: nf_tables: selective rule dump needs table to be specifiedPablo Neira Ayuso2019-01-081-1/+1
| * netfilter: nf_tables: fix leaking object reference countTaehee Yoo2019-01-081-0/+2
| * netfilter: nf_tables: Fix for endless loop when dumping rulesetPhil Sutter2019-01-081-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-1629-113/+209
|\ \
| * | net: clear skb->tstamp in bridge forwarding pathPaolo Abeni2019-01-111-0/+1
| * | net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2019-01-112-23/+27
| * | net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo2019-01-113-12/+38
| * | net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo2019-01-112-20/+36
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-111-1/+1
| |\ \
| | * | bpf: correctly set initial window on active Fast Open senderYuchung Cheng2019-01-091-1/+1
| * | | tcp: change txhash on SYN-data timeoutYuchung Cheng2019-01-101-1/+1
| * | | ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet2019-01-101-0/+1
| * | | net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov2019-01-101-4/+9
| * | | ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-102-13/+9
| |/ /
| * | packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-081-2/+2
| * | net: bridge: Fix VLANs memory leakIdo Schimmel2019-01-082-13/+14
| |/
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-071-4/+4
| |\
| | * bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov2019-01-041-4/+4
| * | smc: move unhash as early as possible in smc_release()Cong Wang2019-01-071-1/+3
| * | net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen2019-01-071-1/+1
| * | tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva2019-01-071-1/+3
| * | rds: use DIV_ROUND_UP instead of ceilJacob Wen2019-01-074-9/+5
| * | can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp2019-01-071-3/+27
| * | ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern2019-01-051-1/+4
| |/
| * ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern2019-01-041-1/+10
| * ipv6: make icmp6_send() robust against null skb->devEric Dumazet2019-01-041-2/+6
| * fou6: Prevent unbounded recursion in GUE error handlerStefano Brivio2019-01-041-0/+8