summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-212-12/+18
| | * | udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima2020-07-211-0/+1
| | * | tipc: allow to build NACK message in link timeout functionTung Nguyen2020-07-201-1/+1
| | * | net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu2020-07-201-2/+14
| | * | net: hsr: check for return value of skb_put_padto()Murali Karicheri2020-07-201-6/+11
| | * | net/smc: fix dmb buffer shortageKarsten Graul2020-07-201-2/+2
| | * | net/smc: put slot when connection is killedKarsten Graul2020-07-201-1/+5
| | * | rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-202-2/+2
| | * | net/smc: fix restoring of fallback changesKarsten Graul2020-07-191-2/+4
| | * | net/smc: remove freed buffer from listKarsten Graul2020-07-191-1/+5
| | * | net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-194-14/+18
| | * | net/smc: fix handling of delete link requestsKarsten Graul2020-07-191-22/+7
| | * | net/smc: move add link processing for new device into llc layerKarsten Graul2020-07-193-80/+58
| | * | net/smc: drop out-of-flow llc response messagesKarsten Graul2020-07-191-6/+18
| | * | net/smc: protect smc ib device initializationKarsten Graul2020-07-192-3/+14
| | * | net/smc: fix link lookup for new rdma connectionsKarsten Graul2020-07-191-1/+3
| | * | net/smc: clear link during SMC client link down processingKarsten Graul2020-07-191-1/+3
| | * | net/smc: handle unexpected response types for confirm linkKarsten Graul2020-07-191-3/+5
| | * | net: hsr: validate address B before copying to skbMurali Karicheri2020-07-171-1/+2
| | * | net: hsr: fix incorrect lsdu size in the tag of HSR frames for small framesMurali Karicheri2020-07-171-0/+3
| | * | nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai2020-07-171-1/+4
| | * | rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen2020-07-171-1/+2
| | * | vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella2020-07-151-1/+1
| | |/
| | * ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-131-5/+6
| * | xprtrdma: fix incorrect header size calculationsColin Ian King2020-07-151-2/+2
| * | xprtrdma: Fix handling of connect errorsChuck Lever2020-07-131-3/+5
| * | xprtrdma: Fix return code from rpcrdma_xprt_connect()Chuck Lever2020-07-131-6/+10
| * | xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever2020-07-132-8/+7
| * | xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever2020-07-131-5/+2
| |/
* | l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin2020-07-241-1/+3
* | l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin2020-07-241-2/+0
* | l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-241-3/+4
* | l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin2020-07-241-1/+5
* | l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin2020-07-241-3/+7
* | l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin2020-07-241-2/+0
* | l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-241-1/+0
* | l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin2020-07-241-1/+4
* | l2tp: avoid multiple assignmentsTom Parkin2020-07-243-9/+15
* | icmp6: support rfc 4884Willem de Bruijn2020-07-243-0/+29
* | icmp: prepare rfc 4884 for ipv6Willem de Bruijn2020-07-242-14/+17
* | icmp: revise rfc4884 testsWillem de Bruijn2020-07-241-6/+2
* | sctp: remove redundant initialization of variable statusColin Ian King2020-07-241-6/+6
* | net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2020-07-242-14/+13
* | sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig2020-07-241-21/+29
* | net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2020-07-242-7/+13
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-2451-234/+218
* | net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig2020-07-241-18/+16
* | net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-243-5/+6
* | net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-242-4/+6
* | net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig2020-07-241-33/+33