summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-253-2/+16
| * | | SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-255-33/+81
| * | | SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust2019-04-251-4/+3
| * | | SUNRPC: Refactor rpc_sleep_on()Trond Myklebust2019-04-251-16/+24
| * | | SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-254-43/+48
| * | | SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepareTrond Myklebust2019-04-251-13/+17
| * | | SUNRPC: Fix up task signallingTrond Myklebust2019-04-253-17/+29
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | net/smc: Use rdma_read_gid_l2_fields to L2 fieldsParav Pandit2019-05-031-8/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-07489-9258/+14217
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-078-7/+26
| |\ \ \ \
| | * | | | vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-071-1/+1
| | * | | | net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing2019-05-071-2/+9
| | * | | | l2tp: Fix possible NULL pointer dereferenceYueHaibing2019-05-071-1/+2
| | * | | | net: rds: fix spelling mistake "syctl" -> "sysctl"Colin Ian King2019-05-051-1/+1
| | * | | | cls_cgroup: avoid panic when receiving a packet before filter setMatteo Croce2019-05-051-0/+2
| | * | | | ipmr_base: Do not reset index in mr_table_dumpDavid Ahern2019-05-041-2/+1
| | * | | | cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce2019-05-041-0/+3
| | * | | | neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-05-041-1/+8
| | * | | | neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern2019-05-041-0/+2
| * | | | | net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-074-31/+17
| * | | | | net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
| * | | | | net: dsa: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
| * | | | | taprio: add null check on sched_nest to avoid potential null pointer dereferenceColin Ian King2019-05-071-0/+2
| * | | | | net_sched: sch_fq: handle non connected flowsEric Dumazet2019-05-071-2/+13
| * | | | | net_sched: sch_fq: do not assume EDT packets are orderedEric Dumazet2019-05-071-12/+83
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-071-1/+1
| |\ \ \ \ \
| | * | | | | bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing2019-05-041-1/+1
| * | | | | | sch_htb: redefine htb qdisc overlimitsCong Wang2019-05-051-3/+6
| * | | | | | net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean2019-05-053-0/+141
| * | | | | | net: dsa: Add support for deferred xmitVladimir Oltean2019-05-052-12/+54
| * | | | | | net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean2019-05-052-1/+6
| * | | | | | net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean2019-05-053-0/+234
| * | | | | | net: dsa: Export symbols for dsa_port_vid_{add, del}Vladimir Oltean2019-05-051-0/+2
| * | | | | | net: dsa: Call driver's setup callback after setting up its switchdev notifierVladimir Oltean2019-05-051-4/+4
| * | | | | | net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-054-17/+30
| * | | | | | net/sched: allow stats updates from offloaded police actionsPieter Jansen van Vuuren2019-05-051-0/+15
| * | | | | | net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren2019-05-051-0/+20
| * | | | | | net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren2019-05-051-0/+6
| * | | | | | net/sched: move police action structures to headerPieter Jansen van Vuuren2019-05-051-36/+1
| * | | | | | net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren2019-05-051-2/+0
| * | | | | | net/dsa: use intermediate representation for matchall offloadPieter Jansen van Vuuren2019-05-051-9/+7
| * | | | | | net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren2019-05-051-0/+33
| * | | | | | net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren2019-05-051-0/+8
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-05-0521-68/+262
| |\ \ \ \ \ \
| | * | | | | | netfilter: xt_hashlimit: use struct_size() helperGustavo A. R. Silva2019-05-061-2/+1
| | * | | | | | netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"Colin Ian King2019-04-301-1/+1
| | * | | | | | netfilter: nft_ct: Add ct id supportBrett Mastbergen2019-04-301-0/+8
| | * | | | | | openvswitch: load and reference the NAT helper.Flavio Leitner2019-04-301-6/+20
| | * | | | | | netfilter: nf_nat: register NAT helpers.Flavio Leitner2019-04-305-6/+39