aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-01-18netlink: reset extack earlier in netlink_rcv_skbXin Long
2018-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-01-18xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman
2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde
2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde
2018-01-17bpf: fix cls_bpf on filter replaceDaniel Borkmann
2018-01-17tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca
2018-01-17tls: return -EBUSY if crypto_info is already setSabrina Dubroca
2018-01-17tls: fix sw_ctx leakSabrina Dubroca
2018-01-17net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann
2018-01-16Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long
2018-01-16xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever
2018-01-16xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst'sChuck Lever
2018-01-16xprtrdma: Split xprt_rdma_send_requestChuck Lever
2018-01-16xprtrdma: buf_free not called for CB repliesChuck Lever
2018-01-16xprtrdma: Move unmap-safe logic to rpcrdma_marshal_reqChuck Lever
2018-01-16xprtrdma: Support IPv6 in xprt_rdma_set_portChuck Lever
2018-01-16xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever
2018-01-16xprtrdma: Initialize the xprt address string array earlierChuck Lever
2018-01-16xprtrdma: Remove unused padding variablesChuck Lever
2018-01-16xprtrdma: Remove ri_reminv_expectedChuck Lever
2018-01-16xprtrdma: Per-mode handling for Remote InvalidationChuck Lever
2018-01-16xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_requestChuck Lever
2018-01-16xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever
2018-01-16xprtrdma: Fix buffer leak after transport set up failureChuck Lever
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti
2018-01-15netlink: extack needs to be reset each time through loopDavid Ahern
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney
2018-01-159p: add missing module license for xen transportStephen Hemminger
2018-01-15cfg80211: check dev_set_name() return valueJohannes Berg
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg
2018-01-15nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski
2018-01-15cfg80211: fully initialize old channel for eventJohannes Berg
2018-01-14SUNRPC: Add explicit rescheduling points in the receive pathTrond Myklebust
2018-01-14SUNRPC: Chunk reading of replies from the serverTrond Myklebust
2018-01-14SUNRPC: Remove rpc_protocol()Chuck Lever