summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2019-01-152-1/+1
| * | sunrpc: kernel BUG at kernel/cred.c:825!Santosh kumar pradhan2019-01-091-0/+3
| * | SUNRPC: Fix TCP receive code on archs with flush_dcache_page()Trond Myklebust2019-01-081-0/+22
| * | xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter2019-01-081-5/+1Star
| * | xprtrdma: Fix error code in rpcrdma_buffer_create()Dan Carpenter2019-01-081-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-1529-113/+209
|\ \ \
| * | | net: clear skb->tstamp in bridge forwarding pathPaolo Abeni2019-01-121-0/+1
| * | | net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2019-01-122-23/+27
| * | | net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo2019-01-123-12/+38
| * | | net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo2019-01-122-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-101-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/+9Star
| |/ / /
| * | | packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-091-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-081-4/+4
| |\ \
| | * | bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov2019-01-051-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/+5Star
| * | | 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-051-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/+1Star
| * | 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/+21Star
|\ \ | |/ |/|
| * 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/+6Star
| * libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov2018-12-261-5/+3Star
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-044-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-031-0/+3
| * | ipv6: Fix dump of specific table with strict checkingDavid Ahern2019-01-031-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-311-5/+10
| * | ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2018-12-302-2/+11