aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2-6/+6
2019-01-05Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-34/+21
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds4-18/+18
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-236/+263
2019-01-02ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern1-0/+3
2019-01-02ipv6: Fix dump of specific table with strict checkingDavid Ahern1-1/+5
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds23-1268/+487
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds13-278/+112
2019-01-02Merge tag '9p-for-4.21' of git://github.com/martinetd/linuxLinus Torvalds2-0/+22
2019-01-02ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio1-1/+3
2019-01-02sunrpc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-16/+3
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan1-0/+3
2019-01-02sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFSJ. Bruce Fields1-2/+2
2019-01-02sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields1-0/+8
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever1-0/+4
2019-01-02xprtrdma: Don't leak freed MRsChuck Lever1-12/+15
2019-01-02xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever1-0/+8
2019-01-02xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever1-3/+7
2019-01-02xprtrdma: Update comments in frwr_op_sendChuck Lever1-2/+2
2019-01-02SUNRPC: Fix some kernel doc complaintsChuck Lever4-4/+6
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever3-10/+8
2019-01-02xprtrdma: Add trace points for calls to transport switch methodsChuck Lever1-7/+11
2019-01-02xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever1-1/+1
2019-01-02xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever1-3/+3
2019-01-02xprtrdma: Remove unused fields from rpcrdma_iaChuck Lever1-2/+0
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever4-68/+19
2019-01-02xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever3-35/+23
2019-01-02xprtrdma: Expose transport header errorsChuck Lever1-1/+0
2019-01-02xprtrdma: Remove request_module from backchannelChuck Lever1-2/+0
2019-01-02xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever1-5/+6
2019-01-02xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever3-5/+8
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever5-101/+116
2019-01-02xprtrdma: Remove support for FMR memory registrationChuck Lever4-359/+2
2019-01-02xprtrdma: Reduce max_frwr_depthChuck Lever1-4/+11
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever3-6/+14
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever5-17/+23
2019-01-02xprtrdma: No qp_event disconnectChuck Lever2-33/+0
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever4-48/+44
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever4-38/+18
2019-01-02xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever1-2/+2
2019-01-02xprtrdma: Yet another double DMA-unmapChuck Lever2-5/+10
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn8-32/+46
2019-01-01net: rds: remove unnecessary NULL checkZhu Yanjun1-1/+1
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani3-12/+20
2018-12-30netrom: fix locking in nr_find_socket()Cong Wang1-5/+10
2018-12-30ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2-2/+11
2018-12-30ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun1-1/+1
2018-12-30ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing1-2/+6
2018-12-30net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET1-2/+2
2018-12-30net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov1-0/+5
2018-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-173/+133
2018-12-28ethtool: check the return value of get_regs_lenYunsheng Lin1-2/+10
2018-12-29netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal1-1/+1
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso1-32/+15
2018-12-29netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso1-26/+20
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2-91/+69
2018-12-29netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal1-11/+7
2018-12-29netfilter: nf_conncount: split gc in two phasesFlorian Westphal1-3/+19
2018-12-29netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal1-1/+1
2018-12-29netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer1-14/+5
2018-12-29netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu1-0/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-13/+17
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-3/+3
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-95/+64
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2-38/+58
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS6-6/+6
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS4-11/+15
2018-12-27sunrpc: fix debug message in svc_create_xprt()Vasily Averin1-2/+2
2018-12-27sunrpc: make visible processing error in bc_svc_process()Vasily Averin1-2/+2
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin4-22/+11
2018-12-27sunrpc: remove svc_rdma_bc_classVasily Averin2-63/+0
2018-12-27sunrpc: remove svc_tcp_bc_classVasily Averin1-101/+0
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin4-34/+0
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2-3/+0
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin3-7/+9
2018-12-27sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2018-12-27tipc: fix a missing check of genlmsg_putKangjie Lu1-0/+2
2018-12-27ipv6/route: Add a missing check on proc_dointvecAditya Pakki1-1/+5
2018-12-27tipc: fix a double free in tipc_enable_bearer()Cong Wang1-1/+0
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-11/+11
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds310-5214/+11745
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-17/+17
2018-12-26libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov1-1/+1
2018-12-26libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov1-4/+13
2018-12-26libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov1-26/+6
2018-12-26libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov1-5/+3
2018-12-259p/net: put a lower bound on msizeDominique Martinet1-0/+21
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-5/+13
2018-12-24net: dccp: fix kernel crash on module loadPeter Oskolkov2-12/+30
2018-12-24net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki1-1/+2
2018-12-24net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki1-2/+5
2018-12-24ieee802154: lowpan_header_create check must check daddrWillem de Bruijn1-0/+3
2018-12-24iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu1-0/+1
2018-12-23net: Revert recent Spectre-v1 patches.David S. Miller4-9/+0
2018-12-22can: af_can: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-22packet: validate address length if non-zeroWillem de Bruijn1-2/+2
2018-12-22nfc: af_nfc: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-22phonet: af_phonet: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-12-22net: core: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-5/+19
2018-12-21tls: Do not call sk_memcopy_from_iter with zero lengthVakul Garg1-4/+6
2018-12-21net: minor cleanup in skb_ext_add()Paolo Abeni1-5/+2
2018-12-21net: fix possible user-after-free in skb_ext_add()Paolo Abeni1-2/+2
2018-12-21ipv6: tunnels: fix two use-after-freeEric Dumazet2-0/+2
2018-12-21Prevent overflow of sk_msg in sk_msg_clone()Vakul Garg1-0/+3
2018-12-21packet: validate address lengthWillem de Bruijn1-0/+4
2018-12-20tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet1-1/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller40-1659/+1125
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-42/+99
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko1-4/+0
2018-12-20net: ipv4: Set skb->dev for output route resolutionIdo Schimmel1-0/+1
2018-12-20neighbour: remove stray semicolonColin Ian King1-1/+1
2018-12-20ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu1-0/+1
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal5-42/+10
2018-12-21netfilter: conntrack: merge ecache and timestamp sysctl tables with main oneFlorian Westphal3-128/+35
2018-12-21netfilter: conntrack: merge acct and helper sysctl table with main oneFlorian Westphal3-128/+22
2018-12-21netfilter: conntrack: add mnemonics for sysctl tableFlorian Westphal1-11/+20
2018-12-21netfilter: conntrack: un-export seq_print_acctFlorian Westphal2-19/+18
2018-12-21netfilter: conntrack: register sysctl table for greYafang Shao1-1/+41
2018-12-21netfilter: conntrack: udp: set stream timeout to 2 minutesFlorian Westphal1-1/+1
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal1-3/+13
2018-12-20bpf: tls_sw, init TLS ULP removes BPF proto hooksJohn Fastabend1-2/+12
2018-12-20bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend2-14/+42
2018-12-20bpf: sk_msg, zap ingress queue on psock downJohn Fastabend1-0/+1
2018-12-20bpf: sk_msg, fix socket data_ready eventsJohn Fastabend2-4/+4
2018-12-20bpf: skb_verdict, support SK_PASS on RX BPF pathJohn Fastabend1-0/+16
2018-12-20bpf: skmsg, replace comments with BUILD bugJohn Fastabend1-0/+3
2018-12-20bpf: sk_msg, improve offset chk in _is_valid_accessJohn Fastabend1-7/+14
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller47-202/+381
2018-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-3/+3
2018-12-19neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern1-17/+5
2018-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-165/+372
2018-12-19rds: Fix warning.David S. Miller1-1/+3
2018-12-19neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern1-1/+6
2018-12-19neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern1-0/+1
2018-12-19net/sched: cls_flower: Remove old entries from rhashtableRoi Dayan1-4/+3
2018-12-19net/tls: allocate tls context using GFP_ATOMICGanesh Goudar1-1/+1
2018-12-19gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi1-0/+1
2018-12-19neighbour: register rtnl doit handlerRoopa Prabhu2-23/+193
2018-12-19xsk: simplify AF_XDP socket teardownBjörn Töpel1-15/+1
2018-12-19ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang1-1/+2
2018-12-19tipc: fix uninitialized value for broadcast retransmissionHoang Le1-0/+8
2018-12-19tipc: add trace_events for tipc bearerTuong Lien2-0/+45
2018-12-19tipc: add trace_events for tipc nodeTuong Lien2-0/+24
2018-12-19tipc: add trace_events for tipc socketTuong Lien5-9/+176
2018-12-19tipc: add trace_events for tipc linkTuong Lien4-2/+164
2018-12-19tipc: enable tracepoints in tipcTuong Lien11-5/+716
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal2-54/+49
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal2-5/+3
2018-12-19xfrm: use secpath_exist where applicableFlorian Westphal1-1/+1
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal10-26/+45
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal1-1/+1
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal4-19/+25
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal4-23/+5
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal4-0/+160
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal7-51/+79
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2-7/+6
2018-12-19SUNRPC: simplify auth_unix.NeilBrown2-70/+32
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown4-15/+1
2018-12-19SUNRPC: remove generic cred code.NeilBrown4-219/+2
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown3-8/+12
2018-12-19SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2-2/+0
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown3-109/+4
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown3-2/+9
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2-13/+8
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown3-24/+40
2018-12-19SUNRPC: remove machine_cred field from struct auth_credNeilBrown2-10/+7
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown4-31/+19
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown3-17/+13
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown4-2/+17
2018-12-19SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks1-8/+0
2018-12-19net/rds: remove user triggered WARN_ON in rds_sendmsgshamir rabinovitch4-19/+29
2018-12-19net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch3-42/+91
2018-12-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller7-57/+12
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller31-148/+1330
2018-12-19Merge tag 'mac80211-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller4-3/+11
2018-12-19Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg1-0/+6
2018-12-19xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing1-0/+3
2018-12-19xfrm: policy: remove set but not used variable 'priority'YueHaibing1-3/+0
2018-12-19mac80211: Properly access radiotap vendor dataIlan Peer1-1/+5
2018-12-19cfg80211: fix ieee80211_get_vht_max_nss()Johannes Berg1-8/+7
2018-12-19mac80211: free skb fraglist before freeing the skbSara Sharon1-0/+5
2018-12-19nl80211: fix memory leak if validate_pae_over_nl80211() failsJohannes Berg1-1/+3
2018-12-19mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg1-2/+3
2018-12-18net/smc: fix TCP fallback socket releaseMyungho Jung2-2/+16
2018-12-18tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving itZhenbo Gao1-0/+4
2018-12-18net: bridge: remove unneeded variable 'err'YueHaibing2-5/+2
2018-12-18tipc: check group dests after tipc_wait_for_cond()Cong Wang1-4/+5
2018-12-19Bluetooth: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2018-12-19Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li4-44/+4
2018-12-196lowpan: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-12/+1
2018-12-19bpf: sockmap, metadata support for reporting size of msgJohn Fastabend1-0/+6
2018-12-18VSOCK: Send reset control packet when socket is partially boundJorgen Hansen1-17/+50
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-5/+17
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-133/+1118
2018-12-18SUNRPC: Remove xprt_connect_status()Trond Myklebust1-31/+1
2018-12-18SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust1-2/+2
2018-12-18SUNRPC: Fix disconnection racesTrond Myklebust3-5/+7
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann2-38/+58
2018-12-18mac80211: do not advertise HE cap IE if HE disabledShaul Triebitz1-10/+9