aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-10-03xprtrdma: Remove memory address of "ep" from an error messageChuck Lever1-2/+3
2018-10-03xprtrdma: Rename rpcrdma_qp_async_error_upcallChuck Lever1-3/+11
2018-10-03xprtrdma: Simplify RPC wake-ups on connectChuck Lever3-48/+52
2018-10-03xprtrdma: Re-organize the switch() in rpcrdma_conn_upcallChuck Lever1-9/+8
2018-10-03netfilter: xt_quota: fix the behavior of xt_quota moduleChenbo Feng1-33/+22
2018-10-02tls: Add support for inplace records encryptionVakul Garg1-18/+73
2018-10-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller7-50/+185
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-02ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy1-12/+36
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman4-4/+4
2018-10-02bridge: mcast: Default back to multicast enabled stateIdo Schimmel1-0/+1
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet2-9/+4
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer1-0/+151
2018-10-03bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer1-12/+18
2018-10-02net: inet6_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-02net: rtm_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski1-11/+12
2018-10-02net: rtmsg_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski1-16/+16
2018-10-02net: ip6_update_pmtu() - use new style struct initializer instead of memsetMaciej Żenczykowski1-9/+8
2018-10-02net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski2-4/+2
2018-10-02net: ip6_redirect_no_header() - use new style struct initializer instead of m...Maciej Żenczykowski1-9/+8
2018-10-02net: ip6_redirect() - use new style struct initializer instead of memsetMaciej Żenczykowski1-10/+9
2018-10-02net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-02net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski1-12/+9
2018-10-02rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet3-3/+10
2018-10-02xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall()Chuck Lever1-8/+6
2018-10-02xprtrdma: Conventional variable names in rpcrdma_conn_upcallChuck Lever1-11/+12
2018-10-02xprtrdma: Rename rpcrdma_conn_upcallChuck Lever1-3/+13
2018-10-02sunrpc: Report connect_time in secondsChuck Lever2-3/+3
2018-10-02sunrpc: Fix connect metricsChuck Lever3-15/+15
2018-10-02xprtrdma: Name MR trace events consistentlyChuck Lever3-8/+8
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever6-197/+113
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever4-3/+3
2018-10-02xprtrdma: Reset credit grant properly after a disconnectChuck Lever2-0/+7
2018-10-02xprtrdma: xprt_release_rqst_cong is called outside of transport_lockChuck Lever1-9/+7
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni1-58/+0
2018-10-02cfg80211: sort tracing properlyJohannes Berg1-134/+134
2018-10-02cfg80211: unify sending NL80211_CMD_NEW_INTERFACEJohannes Berg2-11/+3
2018-10-02cfg80211: combine wdev/netdev unregister codeJohannes Berg1-17/+21
2018-10-02nl80211: add error messages to nl80211_parse_chandef()Johannes Berg1-22/+40
2018-10-02cfg80211: move cookie_counter out of wiphyJohannes Berg2-2/+13
2018-10-02cfg80211: regulatory: make initialization more robustJohannes Berg1-0/+9
2018-10-02mac80211: Remove unused initializationMasashi Honma1-1/+1
2018-10-02nl80211: remove nl80211_prepare_wdev_dump() skb argumentJohannes Berg1-8/+7
2018-10-02cfg80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu3-5/+186
2018-10-02cfg80211: tracing: reuse wiphy_wdev_evt for rdev_get_txq_statsJohannes Berg1-11/+2
2018-10-02nl80211: Fix a GET_KEY reply attributeAndrew Zaborowski1-1/+1
2018-10-02mac80211: fix error handling in ieee80211_register_hw()Wei Yongjun1-1/+3
2018-10-02cfg80211: combine duplicate wdev init codeJohannes Berg3-26/+27
2018-10-02mac80211: fix issue with possible txq NULL pointerErik Stromdahl1-0/+3