summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-25xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()Chuck Lever1-16/+9
2019-04-25xprtrdma: Clean up rpcrdma_create_req()Chuck Lever3-17/+21
2019-04-25xprtrdma: Fix an frwr_map recovery nitChuck Lever1-1/+1
2019-04-25SUNRPC: Avoid digging into the ATOMIC poolChuck Lever2-2/+2
2019-04-25SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust1-1/+7
2019-04-25SUNRPC: Ensure to ratelimit the "server not responding" syslog messagesTrond Myklebust1-5/+7
2019-04-25SUNRPC: Start the first major timeout calculation at task creationTrond Myklebust1-10/+34
2019-04-25SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeoutsTrond Myklebust1-0/+9
2019-04-25SUNRPC: Add tracking of RPC level errorsTrond Myklebust2-13/+28
2019-04-25SUNRPC: Ensure that the transport layer respect major timeoutsTrond Myklebust1-4/+13
2019-04-25SUNRPC: Declare RPC timers as TIMER_DEFERRABLETrond Myklebust2-2/+6
2019-04-25SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust1-4/+2
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust3-2/+16
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust5-33/+81
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust1-4/+3
2019-04-25SUNRPC: Refactor rpc_sleep_on()Trond Myklebust1-16/+24
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust4-43/+48
2019-04-25SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepareTrond Myklebust1-13/+17
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust3-17/+29
2019-04-20Merge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+5
2019-04-17SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust1-2/+5
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds56-220/+451
2019-04-16socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann1-2/+2
2019-04-16tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-16net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov1-1/+1
2019-04-16tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu1-2/+6
2019-04-16tipc: fix link established but not in sessionTuong Lien1-0/+2
2019-04-16net: Fix missing meta data in skb with vlan packetYuya Kusakabe1-1/+9
2019-04-16net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5
2019-04-16net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel1-3/+4
2019-04-16net: bridge: fix per-port af_packet socketsNikolay Aleksandrov1-9/+14
2019-04-15route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon1-0/+4
2019-04-15Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai1-9/+5
2019-04-14rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet1-1/+1
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-12ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-12rxrpc: Fix detection of out of order acksJeffrey Altman2-6/+13
2019-04-12rxrpc: Trace received connection abortsDavid Howells1-4/+7
2019-04-12rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne1-9/+12
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne1-5/+9
2019-04-12rxrpc: Clear socket errorMarc Dionne1-0/+5
2019-04-12udpv6: Check address length before reading address familyTetsuo Handa1-0/+2
2019-04-12bpf: Check address length before reading address familyTetsuo Handa1-0/+2
2019-04-12llc: Check address length before reading address fieldTetsuo Handa1-2/+1
2019-04-12Bluetooth: Check address length before reading address fieldTetsuo Handa1-2/+2
2019-04-12rxrpc: Check address length before reading srx_service fieldTetsuo Handa1-1/+2
2019-04-12net: netlink: Check address length before reading groups fieldTetsuo Handa1-1/+2
2019-04-12sctp: Check address length before reading address familyTetsuo Handa1-1/+2
2019-04-12net/rds: Check address length before reading address familyTetsuo Handa2-0/+5
2019-04-11dctcp: more accurate tracking of packets deliveryEric Dumazet1-28/+17