summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-0110-17/+18
* net/sched: fix ->get helper of the matchall clsNicolas Dichtel2019-04-011-0/+5
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-012-6/+5
* tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li2019-04-011-1/+2
* tipc: handle the err returned from cmd header functionXin Long2019-03-311-2/+8
* tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-03-311-1/+6
* tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-03-311-1/+6
* net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-03-291-16/+30
* net: tls: prevent false connection termination with offloadJakub Kicinski2019-03-291-0/+2
* net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin2019-03-281-1/+3
* net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan2019-03-281-1/+1
* openvswitch: fix flow actions reallocationAndrea Righi2019-03-281-2/+2
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-281-0/+1
* net: dsa: Implement flow_dissect callback for tag_qcaxiaofeis2019-03-281-0/+10
* Merge tag 'batadv-net-for-davem-20190328' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-03-284-15/+46
|\
| * batman-adv: Fix genl notification for throughput_overrideSven Eckelmann2019-03-251-2/+5
| * batman-adv: fix warning in function batadv_v_elp_get_throughputAnders Roxell2019-03-251-2/+4
| * batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann2019-03-251-3/+15
| * batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann2019-03-251-5/+9
| * batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann2019-03-251-3/+13
* | ila: Fix rhashtable walker list corruptionHerbert Xu2019-03-271-0/+1
* | net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni2019-03-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2754-280/+874
|\ \
| * | net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko2019-03-261-0/+5
| * | tipc: change to check tipc_own_id to return in tipc_net_stopXin Long2019-03-261-4/+1
| * | net: sched: Kconfig: update reference link for PIELeslie Monis2019-03-261-2/+1
| * | rxrpc: avoid clang -Wuninitialized warningArnd Bergmann2019-03-231-6/+5
| * | tipc: tipc clang warningJon Maloy2019-03-231-3/+4
| * | net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-03-231-2/+5
| * | net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai2019-03-211-5/+9
| * | net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-212-9/+11
| * | net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-211-3/+17
| * | net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2019-03-211-2/+16
| * | net/sched: act_skbmod: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * | net/sched: act_skbedit: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * | net/sched: act_simple: validate the control action inside init()Davide Caratti2019-03-211-14/+38
| * | net/sched: act_sample: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * | net/sched: act_police: validate the control action inside init()Davide Caratti2019-03-211-1/+11
| * | net/sched: act_pedit: validate the control action inside init()Davide Caratti2019-03-211-2/+14
| * | net/sched: act_nat: validate the control action inside init()Davide Caratti2019-03-211-1/+11
| * | net/sched: act_connmark: validate the control action inside init()Davide Caratti2019-03-211-3/+18
| * | net/sched: act_mirred: validate the control action inside init()Davide Caratti2019-03-211-4/+17
| * | net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-211-13/+20
| * | net/sched: act_gact: validate the control action inside init()Davide Caratti2019-03-211-1/+12
| * | net/sched: act_csum: validate the control action inside init()Davide Caratti2019-03-211-3/+17
| * | net/sched: act_bpf: validate the control action inside init()Davide Caratti2019-03-211-5/+18
| * | net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-2117-55/+78
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-03-219-30/+50
| |\ \
| | * | netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo2019-03-201-1/+4
| | * | netfilter: nft_redir: fix module autoload with ip4Pablo Neira Ayuso2019-03-181-1/+1