aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-5/+47
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-69/+66
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells5-3/+16
2019-05-16rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells1-0/+25
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-117/+227
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells2-2/+6
2019-05-14net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya1-1/+1
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-5/+6
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny3-3/+4
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-2/+2
2019-05-13flow_dissector: disable preemption around BPF callsEric Dumazet1-0/+2
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-34/+88
2019-05-12net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam1-2/+1
2019-05-12net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean1-0/+2
2019-05-11net: qrtr: use protocol endiannes variableNicholas Mc Guire1-3/+4
2019-05-10dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPENDYueHaibing1-1/+1
2019-05-10bridge: Fix error path for kobject_init_and_add()Tobin C. Harding1-7/+6
2019-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-41/+78
2019-05-09net/tls: handle errors from padding_length()Jakub Kicinski1-8/+22
2019-05-09net/tls: remove set but not used variablesJakub Kicinski1-4/+1
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds16-649/+764
2019-05-09packet: Fix error path in packet_initYueHaibing1-5/+20
2019-05-09SUNRPC: Rebalance a kref in auth_gss.cChuck Lever1-0/+1
2019-05-09SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter1-1/+3
2019-05-09SUNRPC: task should be exit if encode return EKEYEXPIRED more timesZhangXiaoxu1-1/+8
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski2-5/+12
2019-05-09Merge tag 'batadv-net-for-davem-20190509' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-9/+10
2019-05-09vlan: disable SIOCSHWTSTAMP in containerHangbin Liu1-1/+3
2019-05-09tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan1-2/+2
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+8
2019-05-09netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal1-1/+3
2019-05-08net/sched: avoid double free on matchall reoffloadPieter Jansen van Vuuren1-0/+1
2019-05-08openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven1-2/+2
2019-05-08ipv4: Fix raw socket lookup for local trafficDavid Ahern1-2/+2
2019-05-08fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu1-3/+3
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds489-9258/+14217
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-7/+26
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2019-05-07net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren4-31/+17
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-07net: dsa: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-07vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra1-1/+1
2019-05-07net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing1-2/+9
2019-05-07l2tp: Fix possible NULL pointer dereferenceYueHaibing1-1/+2
2019-05-07taprio: add null check on sched_nest to avoid potential null pointer dereferenceColin Ian King1-0/+2
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds3-3/+3
2019-05-07net_sched: sch_fq: handle non connected flowsEric Dumazet1-2/+13
2019-05-07net_sched: sch_fq: do not assume EDT packets are orderedEric Dumazet1-12/+83
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+2
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton5-31/+31
2019-05-07libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton1-40/+37
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-4/+4
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-9/+0
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+18
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov3-3/+3
2019-05-06netfilter: nf_flow_table: do not flow offload deleted conntrack entriesTaehee Yoo1-1/+8
2019-05-06netfilter: nf_conntrack_h323: Remove deprecated config checkSubash Abhinov Kasiviswanathan1-8/+3
2019-05-06netfilter: ctnetlink: Resolve conntrack L3-protocol flush regressionKristian Evensen1-1/+1
2019-05-06batman-adv: mcast: fix multicast tt/tvlv worker lockingLinus Lüssing3-8/+9
2019-05-06batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2019-05-05sch_htb: redefine htb qdisc overlimitsCong Wang1-3/+6
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean3-0/+141
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean2-12/+54
2019-05-05net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean2-1/+6
2019-05-05net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean3-0/+234
2019-05-05net: dsa: Export symbols for dsa_port_vid_{add, del}Vladimir Oltean1-0/+2
2019-05-05net: dsa: Call driver's setup callback after setting up its switchdev notifierVladimir Oltean1-4/+4
2019-05-05net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren4-17/+30
2019-05-05net/sched: allow stats updates from offloaded police actionsPieter Jansen van Vuuren1-0/+15
2019-05-05net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren1-0/+20
2019-05-05net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren1-0/+6
2019-05-05net/sched: move police action structures to headerPieter Jansen van Vuuren1-36/+1
2019-05-05net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren1-2/+0
2019-05-05net/dsa: use intermediate representation for matchall offloadPieter Jansen van Vuuren1-9/+7
2019-05-05net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren1-0/+33
2019-05-05net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren1-0/+8
2019-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller21-68/+262
2019-05-06netfilter: xt_hashlimit: use struct_size() helperGustavo A. R. Silva1-2/+1
2019-05-06netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo1-7/+18
2019-05-06netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal1-2/+7
2019-05-06netfilter: nf_conntrack_h323: restore boundary check correctnessJakub Jankowski1-1/+1
2019-05-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-0/+23
2019-05-05net: use indirect calls helpers at the socket layerPaolo Abeni1-4/+16
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni4-4/+10
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni4-4/+15
2019-05-05net: use indirect calls helpers for ptype hookPaolo Abeni1-2/+4
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita4-0/+23
2019-05-05net: atm: clean up a range checkDan Carpenter1-3/+1
2019-05-05net: rds: fix spelling mistake "syctl" -> "sysctl"Colin Ian King1-1/+1
2019-05-05cls_cgroup: avoid panic when receiving a packet before filter setMatteo Croce1-0/+2
2019-05-05openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King1-0/+4
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern2-30/+23
2019-05-05ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern1-10/+10
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern2-26/+28
2019-05-04bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing1-1/+1
2019-05-04ipmr_base: Do not reset index in mr_table_dumpDavid Ahern1-2/+1
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron1-2/+5
2019-05-04genetlink: do not validate dump requests if there is no policyMichal Kubecek1-10/+14
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien3-7/+84
2019-05-04cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce1-0/+3
2019-05-04net: sched: cls_u32: use struct_size() helperGustavo A. R. Silva1-1/+1
2019-05-04net: add a generic tracepoint for TX queue timeoutCong Wang1-0/+2
2019-05-04neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern1-1/+8
2019-05-04neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern1-0/+2
2019-05-03net/smc: Use rdma_read_gid_l2_fields to L2 fieldsParav Pandit1-8/+8
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-181/+250
2019-05-01rpcpipe: switch to ->free_inode()Al Viro1-9/+2
2019-05-01udp: fix GRO packet of deathEric Dumazet1-3/+10
2019-05-01ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau1-20/+18
2019-05-01rds: ib: force endiannes annotationNicholas Mc Guire1-5/+3
2019-05-01ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani1-0/+1
2019-05-01taprio: Add support for cycle-time-extensionVinicius Costa Gomes1-6/+29
2019-05-01taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes1-8/+51
2019-05-01taprio: Add support adding an admin scheduleVinicius Costa Gomes1-193/+318
2019-05-01taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes1-6/+8
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng3-22/+26
2019-05-01tcp: refactor to consolidate TFO passive open codeYuchung Cheng1-27/+25
2019-05-01tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng1-0/+3
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng1-0/+3
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2-0/+7
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng2-1/+5
2019-05-01tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2-1/+17
2019-05-01tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng1-2/+2
2019-05-01net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski1-1/+2
2019-05-01packet: validate msg_namelen in send directlyWillem de Bruijn1-10/+14
2019-05-01packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn1-2/+11
2019-05-01devlink: Change devlink health locking mechanismMoshe Shemesh1-23/+74
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long2-37/+27
2019-04-30ipv6: fix races in ip6_dst_destroy()Eric Dumazet2-10/+3
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn5-774/+0
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean3-21/+36
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean1-0/+3
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean1-1/+4
2019-04-30net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean1-0/+29
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean1-7/+45
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean1-4/+8
2019-04-30net: dsa: Fix pharse -> phase typoVladimir Oltean1-1/+1
2019-04-30l2ip: fix possible use-after-freeEric Dumazet1-4/+4
2019-04-30appletalk: Set error code if register_snap_client failedYueHaibing1-0/+1
2019-04-30rxrpc: Fix net namespace cleanupDavid Howells1-16/+16
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller30-1499/+1226
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller11-48/+68
2019-04-30netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"Colin Ian King1-1/+1
2019-04-30netfilter: nft_ct: Add ct id supportBrett Mastbergen1-0/+8
2019-04-30openvswitch: load and reference the NAT helper.Flavio Leitner1-6/+20
2019-04-30netfilter: nf_nat: register NAT helpers.Flavio Leitner5-6/+39
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner7-36/+140
2019-04-30netfilter: use macros to create module aliases.Flavio Leitner7-7/+7
2019-04-30netfilter: conntrack: limit sysctl setting for boolean optionsTonghao Zhang1-15/+33
2019-04-30netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo1-0/+6
2019-04-30netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo1-0/+1
2019-04-30netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso1-2/+1
2019-04-30netfilter: nf_tables: delay chain policy update until transaction is completeFlorian Westphal1-11/+39
2019-04-30netfilter: nf_tables: fix implicit include of module.hPaul Gortmaker1-0/+1
2019-04-30netfilter: nf_tables: relocate header content to consumerPaul Gortmaker1-0/+17
2019-04-29ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet1-6/+12
2019-04-29vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen...Stephen Suryaputra1-6/+17
2019-04-29tcp: add sanity tests in tcp_add_backlog()Eric Dumazet1-1/+12
2019-04-29ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn1-2/+2
2019-04-29Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/lin...David S. Miller4-6/+9
2019-04-28dsa: Allow tag drivers to be built as modulesAndrew Lunn2-29/+73
2019-04-28dsa: tag_brcm: Avoid unused symbolsAndrew Lunn1-2/+6
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn11-76/+11
2019-04-28dsa: Make use of the list of tag driversAndrew Lunn1-5/+34
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn4-0/+9
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn4-4/+5
2019-04-28dsa: Register the none tagger opsAndrew Lunn1-0/+7
2019-04-28dsa: Keep link list of tag driversAndrew Lunn1-0/+28
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn10-2/+52
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn10-0/+12
2019-04-28dsa: Add MODULE_LICENSE to tag driversAndrew Lunn9-0/+9
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn9-0/+22
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn10-43/+13
2019-04-28dsa: Add SPDX header to tag drivers.Andrew Lunn8-52/+8
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-105/+1021
2019-04-27udp: fix GRO reception in case of length mismatchPaolo Abeni1-4/+5
2019-04-27net/tls: fix copy to fragments in reencryptJakub Kicinski1-7/+22
2019-04-27net/tls: don't copy negative amounts of data in reencryptJakub Kicinski1-6/+8
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg27-3/+358
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg122-709/+860
2019-04-27net: fix two coding style issuesMichal Kubecek2-3/+4
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek3-21/+21
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek98-422/+469
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski1-1/+1
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski1-18/+17
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski1-6/+1
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau5-0/+824
2019-04-26selftests: bpf: test writable buffers in raw tpsMatt Mullins1-0/+4
2019-04-26SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcallTrond Myklebust1-16/+44
2019-04-26SUNRPC: Use the client user namespace when encoding credsTrond Myklebust2-7/+13
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller30-345/+1220
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2-2/+14
2019-04-26tipc: remove rcu_read_unlock() left in tipc_udp_recv()Eric Dumazet1-1/+0
2019-04-26genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann1-2/+2
2019-04-26ipv6: Initialize fib6_result in bpf_ipv6_fib_lookupDavid Ahern1-1/+1
2019-04-26net: socket: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-04-26l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet1-1/+1