summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada-1/+1
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+47
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-69/+66
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells-3/+16
2019-05-16rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells-0/+25
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-117/+227
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells-2/+6
2019-05-14net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya-1/+1
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+6
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny-3/+4
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny-2/+2
2019-05-13flow_dissector: disable preemption around BPF callsEric Dumazet-0/+2
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-34/+88
2019-05-12net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam-2/+1
2019-05-12net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean-0/+2
2019-05-11net: qrtr: use protocol endiannes variableNicholas Mc Guire-3/+4
2019-05-10dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPENDYueHaibing-1/+1
2019-05-10bridge: Fix error path for kobject_init_and_add()Tobin C. Harding-7/+6
2019-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-41/+78
2019-05-09net/tls: handle errors from padding_length()Jakub Kicinski-8/+22
2019-05-09net/tls: remove set but not used variablesJakub Kicinski-4/+1
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-649/+764
2019-05-09packet: Fix error path in packet_initYueHaibing-5/+20
2019-05-09SUNRPC: Rebalance a kref in auth_gss.cChuck Lever-0/+1
2019-05-09SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter-1/+3
2019-05-09SUNRPC: task should be exit if encode return EKEYEXPIRED more timesZhangXiaoxu-1/+8
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski-5/+12
2019-05-09Merge tag 'batadv-net-for-davem-20190509' of git://git.open-mesh.org/linux-mergeDavid S. Miller-9/+10
2019-05-09vlan: disable SIOCSHWTSTAMP in containerHangbin Liu-1/+3
2019-05-09tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan-2/+2
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-8/+8
2019-05-09netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal-1/+3
2019-05-08net/sched: avoid double free on matchall reoffloadPieter Jansen van Vuuren-0/+1
2019-05-08openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven-2/+2
2019-05-08ipv4: Fix raw socket lookup for local trafficDavid Ahern-2/+2
2019-05-08fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu-3/+3
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-9258/+14217
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+26
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+4
2019-05-07net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren-31/+17
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar-1/+1
2019-05-07net: dsa: support of_get_mac_address new ERR_PTR errorPetr Štetiar-1/+1
2019-05-07vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra-1/+1
2019-05-07net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing-2/+9
2019-05-07l2tp: Fix possible NULL pointer dereferenceYueHaibing-1/+2
2019-05-07taprio: add null check on sched_nest to avoid potential null pointer dereferenceColin Ian King-0/+2
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds-3/+3
2019-05-07net_sched: sch_fq: handle non connected flowsEric Dumazet-2/+13
2019-05-07net_sched: sch_fq: do not assume EDT packets are orderedEric Dumazet-12/+83
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-9/+2