summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio2019-01-041-1/+2
* openvswitch: Fix IPv6 later frags parsingYi-Hung Wei2019-01-041-3/+5
* net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes2019-01-041-6/+1
* netlink: fixup regression in RTM_GETADDRArthur Gautier2019-01-042-2/+2
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-034-18/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-0328-236/+263
|\
| * ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-01-021-0/+3
| * ipv6: Fix dump of specific table with strict checkingDavid Ahern2019-01-021-1/+5
| * ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio2019-01-021-1/+3
| * ip: validate header length on virtual device xmitWillem de Bruijn2019-01-018-32/+46
| * net: rds: remove unnecessary NULL checkZhu Yanjun2019-01-011-1/+1
| * sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-013-12/+20
| * netrom: fix locking in nr_find_socket()Cong Wang2018-12-301-5/+10
| * ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2018-12-302-2/+11
| * ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun2018-12-301-1/+1
| * ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing2018-12-301-2/+6
| * net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET2018-12-301-2/+2
| * net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov2018-12-301-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-12-293-173/+133
| |\
| | * netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal2018-12-291-1/+1
| | * netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2018-12-291-32/+15
| | * netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso2018-12-291-26/+20
| | * netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2018-12-292-91/+69
| | * netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal2018-12-291-11/+7
| | * netfilter: nf_conncount: split gc in two phasesFlorian Westphal2018-12-291-3/+19
| | * netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal2018-12-291-1/+1
| | * netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer2018-12-291-14/+5
| | * netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu2018-12-291-0/+2
| * | ethtool: check the return value of get_regs_lenYunsheng Lin2018-12-281-2/+10
| |/
| * tipc: fix a missing check of genlmsg_putKangjie Lu2018-12-271-0/+2
| * ipv6/route: Add a missing check on proc_dointvecAditya Pakki2018-12-271-1/+5