summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-1/+1
* Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-151-1/+1
* 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
| * 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
* | libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-073-4/+13
* | jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-062-6/+6
* | Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-01-051-34/+21
|\ \ | |/ |/|
| * libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov2018-12-261-1/+1
| * libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov2018-12-261-4/+13
| * libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov2018-12-261-26/+6
| * libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov2018-12-261-5/+3
* | 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