aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-265/+142
2018-08-26net: sched: Fix memory exposure from short TCA_U32_SELKees Cook1-2/+8
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-10/+6
2018-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-4/+9
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+6
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2-6/+6
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds19-49/+75
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-111/+140
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-23/+25
2018-08-22net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu1-1/+1
2018-08-22tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang1-2/+2
2018-08-22tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang1-0/+4
2018-08-22tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang1-16/+18
2018-08-22ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet1-0/+6
2018-08-22addrconf: reduce unnecessary atomic allocationsCong Wang1-3/+3
2018-08-22sch_cake: Fix TC filter flow override and expand it to hosts as wellToke Høiland-Jørgensen1-4/+19
2018-08-22net/ncsi: Fixup .dumpit message flags and ID check in Netlink handlerSamuel Mendoza-Jonas1-2/+2
2018-08-22sunrpc: Add comment defining gssd upcall API keywordsChuck Lever1-0/+17
2018-08-22sunrpc: Extract target name into svc_credChuck Lever1-25/+45
2018-08-22sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever1-3/+17
2018-08-22sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-08-22tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend1-2/+7
2018-08-21Convert net_namespace to new IDA APIMatthew Wilcox1-10/+6
2018-08-21xsk: fix return value of xdp_umem_assign_dev()Prashant Bhole1-2/+2
2018-08-21act_ife: fix a potential deadlockCong Wang1-13/+21
2018-08-21act_ife: move tcfa_lock down to where necessaryCong Wang1-25/+13
2018-08-21Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"Cong Wang1-10/+10
2018-08-21net_sched: remove list_head from tc_actionCong Wang2-4/+1
2018-08-21net_sched: remove unused tcf_idr_check()Cong Wang1-19/+3
2018-08-21net_sched: remove unused parameter for tcf_action_delete()Cong Wang1-3/+2
2018-08-21net_sched: remove unnecessary ops->delete()Cong Wang17-144/+7
2018-08-21net_sched: improve and refactor tcf_action_put_many()Cong Wang1-16/+15
2018-08-21rds: tcp: remove duplicated include from tcp.cYue Haibing1-1/+0
2018-08-21sch_cake: Remove unused including <linux/version.h>Yue Haibing1-1/+0
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds15-122/+311
2018-08-20net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern1-0/+2
2018-08-19ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan1-1/+2
2018-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-195/+221
2018-08-19ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan1-0/+2
2018-08-19ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan1-1/+2
2018-08-19net: sched: always disable bh when taking tcf_lockVlad Buslov7-44/+47
2018-08-18ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan1-11/+3
2018-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-50/+37
2018-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller15-83/+126
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds7-105/+112
2018-08-17bpf: fix redirect to map under tail callsDaniel Borkmann1-38/+30
2018-08-17RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe1-23/+25
2018-08-16tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann1-0/+2
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann2-1/+2
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe436-7663/+24579
2018-08-16Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe2-23/+20
2018-08-16net/xdp: Fix suspicious RCU usage warningTariq Toukan1-11/+3
2018-08-16net: sched: act_ife: always release ife action on init errorVlad Buslov1-6/+2
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe204-1410/+2182
2018-08-16cls_matchall: fix tcf_unbind_filter missingHangbin Liu1-0/+2
2018-08-16netfilter: nft_dynset: allow dynamic updates of non-anonymous setPablo Neira Ayuso1-2/+0
2018-08-16netfilter: nft_tproxy: Fix missing-braces warningMáté Eckl1-1/+3
2018-08-16netfilter: nft_ct: make l3 protocol field optional for timeout objectHarsha Sharma1-3/+4
2018-08-16netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko1-6/+1
2018-08-16netfilter: conntrack: fix removal of conntrack entries when l4tracker is removedFlorian Westphal1-5/+10
2018-08-16netfilter: nf_tables: don't prevent event handler from device cleanup on netn...Florian Westphal2-10/+9
2018-08-16netfilter: nf_tables: fix register orderingFlorian Westphal2-8/+23
2018-08-16netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2-25/+30
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo4-10/+10
2018-08-16netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal1-1/+11
2018-08-16ipvs: don't show negative times in ip_vs_connMatteo Croce1-8/+14
2018-08-16ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu1-4/+11
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds425-7620/+24541
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2018-08-15Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+22
2018-08-14net: filter: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-14rds: fix building with IPV6=mArnd Bergmann1-0/+1
2018-08-14net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()Jeremy Cline2-2/+3
2018-08-13l2tp: fix unused function warningArnd Bergmann3-12/+4
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-24/+5
2018-08-13net_sched: Fix missing res info when create new tc_index filterHangbin Liu1-0/+1
2018-08-13net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu1-5/+2
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-6/+6
2018-08-13net: sched: act_ife: disable bh when taking ife_mod_lockVlad Buslov1-10/+10
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-88/+482
2018-08-13packet: switch kvzalloc to allocate memoryLi RongQing2-32/+13
2018-08-13net: sched: act_mirred method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_vlan method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_skbmod method rename for grep-ability and consistencyJamal Hadi Salim1-2/+2
2018-08-13net: sched: act_skbedit method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_simple method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_police method rename for grep-ability and consistencyJamal Hadi Salim1-8/+8
2018-08-13net: sched: act_pedit method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_nat method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_ipt method rename for grep-ability and consistencyJamal Hadi Salim1-4/+4
2018-08-13net: sched: act_gact method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_sum method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_bpf method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_connmark method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13crush: fix using plain integer as NULL warningYueHaibing1-2/+2
2018-08-13libceph: remove unnecessary non NULL check for request_keyYueHaibing1-1/+1
2018-08-13l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang1-1/+1
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry2-3/+14
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg1-96/+142
2018-08-13net/9p/trans_virtio.c: add null terminal for mount tagpiaojun1-10/+7
2018-08-139p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen1-1/+2
2018-08-139p: fix whitespace issuesStephen Hemminger3-4/+3
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli4-1/+13
2018-08-139p: validate PDU lengthTomas Bortoli4-11/+24
2018-08-13net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli1-5/+5
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli1-0/+2
2018-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen1-10/+11
2018-08-13net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun1-2/+2
2018-08-139p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote1-0/+7
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox2-15/+6
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox1-28/+16
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox1-14/+9
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox1-1/+1
2018-08-13net/9p/client.c: version pointer uninitializedTomas Bortoli1-1/+1
2018-08-13net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker1-1/+2
2018-08-139p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun1-1/+1
2018-08-13net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun1-1/+1
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov1-0/+28
2018-08-11ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70
2018-08-11ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+73
2018-08-11net: sched: act_police: remove dependency on rtnl lockVlad Buslov1-3/+6
2018-08-11net: core: protect rate estimator statistics pointer with lockVlad Buslov1-8/+13
2018-08-11net: sched: act_mirred: remove dependency on rtnl lockVlad Buslov1-27/+51
2018-08-11net: sched: extend action ops with put_dev callbackVlad Buslov2-1/+12
2018-08-11net: sched: act_vlan: remove dependency on rtnl lockVlad Buslov1-12/+15
2018-08-11net: sched: act_tunnel_key: remove dependency on rtnl lockVlad Buslov1-13/+13
2018-08-11net: sched: act_skbmod: remove dependency on rtnl lockVlad Buslov1-5/+9
2018-08-11net: sched: act_simple: remove dependency on rtnl lockVlad Buslov1-1/+5
2018-08-11net: sched: act_sample: remove dependency on rtnl lockVlad Buslov1-2/+10
2018-08-11net: sched: act_pedit: remove dependency on rtnl lockVlad Buslov1-20/+20
2018-08-11net: sched: act_ipt: remove dependency on rtnl lockVlad Buslov1-0/+3
2018-08-11net: sched: act_ife: remove dependency on rtnl lockVlad Buslov1-15/+25
2018-08-11net: sched: act_gact: remove dependency on rtnl lockVlad Buslov1-2/+8
2018-08-11net: sched: act_csum: remove dependency on rtnl lockVlad Buslov1-9/+15
2018-08-11net: sched: act_bpf: remove dependency on rtnl lockVlad Buslov1-3/+7
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko1-22/+66
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko8-71/+78
2018-08-11l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()Guillaume Nault1-1/+1
2018-08-11l2tp: zero out stats in pppol2tp_copy_stats()Guillaume Nault1-4/+3
2018-08-11l2tp: remove pppol2tp_session_ioctl()Guillaume Nault1-47/+3
2018-08-11l2tp: remove pppol2tp_tunnel_ioctl()Guillaume Nault1-79/+53
2018-08-11l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl()Guillaume Nault1-29/+44
2018-08-11l2tp: simplify pppol2tp_ioctl()Guillaume Nault1-27/+6
2018-08-11l2tp: split l2tp_session_get()Guillaume Nault6-36/+36
2018-08-11l2tp: define l2tp_tunnel_uses_xfrm()Guillaume Nault3-10/+21
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng1-4/+4
2018-08-11tcp: always ACK immediately on hole repairsYuchung Cheng1-2/+2
2018-08-11tcp: avoid resetting ACK timer in DCTCPYuchung Cheng1-2/+2
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng1-1/+3
2018-08-11rxrpc: remove redundant static int 'zero'Colin Ian King1-1/+0
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau6-55/+104
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau5-10/+298
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau1-0/+8
2018-08-11net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau1-1/+26
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau1-0/+1
2018-08-10net/smc: send response to test link signalUrsula Braun1-0/+34
2018-08-10Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-6/+28
2018-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-44/+264
2018-08-10Bluetooth: Add definitions for LE set address resolutionAnkit Navik1-0/+28
2018-08-10xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita1-2/+4
2018-08-10bpf: Make redirect_info accessible from modulesToshiaki Makita1-18/+11
2018-08-10net: Export skb_headers_offset_updateToshiaki Makita1-1/+2
2018-08-10Revert "xdp: add NULL pointer check in __xdp_return()"Björn Töpel1-2/+1
2018-08-09net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin2-5/+19
2018-08-09net: sched: fix block->refcnt decrementJiri Pirko1-0/+2
2018-08-09decnet: fix using plain integer as NULL warningYueHaibing1-2/+2
2018-08-09net: ipv6_gre: Fix GRO to work on IPv6 over GRE tapMaria Pasechnik1-3/+3
2018-08-09rpc: remove unneeded variable 'ret' in rdma_listen_handlerzhong jiang1-2/+1
2018-08-09NFSD: Handle full-length symlinksChuck Lever1-42/+25
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever1-7/+4
2018-08-09svcrdma: Clean up Read chunk pathChuck Lever1-19/+13
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever2-4/+9
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing3-6/+0
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-127/+145
2018-08-08dsa: slave: eee: Allow ports to use phylinkAndrew Lunn1-2/+2
2018-08-08net/smc: move sock lock in smc_ioctl()Ursula Braun1-3/+7
2018-08-08net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun1-0/+2
2018-08-08net/smc: no shutdown in state SMC_LISTENUrsula Braun1-2/+1
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells7-89/+109
2018-08-08xprtrdma: Fix disconnect regressionChuck Lever1-3/+2
2018-08-08netfilter: nfnetlink_osf: fix using plain integer as NULL warningWei Yongjun1-1/+1
2018-08-08net:mod: remove unneeded variable 'ret' in init_p9zhong jiang1-3/+1
2018-08-08net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freezezhong jiang1-2/+1
2018-08-07llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-2/+2
2018-08-07dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-08-07RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2018-08-07tipc: fix an interrupt unsafe locking scenarioYing Xue1-3/+1
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang2-9/+9
2018-08-07ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src addressShmulik Ladkani1-1/+3
2018-08-07net: sched: cls_flower: set correct offload data in fl_reoffloadVlad Buslov1-2/+2
2018-08-07net/sched: allow flower to match tunnel optionsPieter Jansen van Vuuren1-1/+243
2018-08-07flow_dissector: allow dissection of tunnel options from metadataSimon Horman1-1/+18
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-52/+152
2018-08-07netfilter: nft_ct: enable conntrack for helpersPablo Neira Ayuso1-0/+14
2018-08-07netfilter: nft_ct: add ct timeout supportHarsha Sharma1-1/+203
2018-08-07netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso3-21/+26
2018-08-07netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma2-18/+19
2018-08-07netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZFernando Fernandez Mancera1-5/+3