summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-03-21net: sched: flower: track rtnl lock stateVlad Buslov1-26/+56
2019-03-21net: sched: flower: protect flower classifier state with spinlockVlad Buslov1-7/+32
2019-03-21net: sched: flower: handle concurrent tcf proto deletionVlad Buslov1-0/+8
2019-03-21net: sched: flower: handle concurrent filter insertion in fl_changeVlad Buslov1-0/+9
2019-03-21net: sched: flower: protect masks list with spinlockVlad Buslov1-0/+8
2019-03-21net: sched: flower: handle concurrent mask insertionVlad Buslov1-7/+34
2019-03-21net: sched: flower: add reference counter to flower maskVlad Buslov1-5/+17
2019-03-21net: sched: flower: track filter deletion with flagVlad Buslov1-10/+29
2019-03-21net: sched: flower: introduce reference counting for filtersVlad Buslov1-14/+82
2019-03-21net: sched: flower: refactor fl_changeVlad Buslov1-39/+41
2019-03-21net: sched: flower: don't check for rtnl on head dereferenceVlad Buslov1-7/+17
2019-03-21net: dst: remove gc leftoversJulian Wiedmann2-18/+1
2019-03-21net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai1-5/+9
2019-03-21ipv6: Remove fallback argument from ip6_hold_safeDavid Ahern1-7/+6
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern2-6/+17
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2-9/+11
2019-03-21net/sched: act_vlan: validate the control action inside init()Davide Caratti1-3/+17
2019-03-21net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti1-2/+16
2019-03-21net/sched: act_skbmod: validate the control action inside init()Davide Caratti1-3/+16
2019-03-21net/sched: act_skbedit: validate the control action inside init()Davide Caratti1-3/+16
2019-03-21net/sched: act_simple: validate the control action inside init()Davide Caratti1-14/+38
2019-03-21net/sched: act_sample: validate the control action inside init()Davide Caratti1-3/+16
2019-03-21net/sched: act_police: validate the control action inside init()Davide Caratti1-1/+11
2019-03-21net/sched: act_pedit: validate the control action inside init()Davide Caratti1-2/+14
2019-03-21net/sched: act_nat: validate the control action inside init()Davide Caratti1-1/+11
2019-03-21net/sched: act_connmark: validate the control action inside init()Davide Caratti1-3/+18
2019-03-21net/sched: act_mirred: validate the control action inside init()Davide Caratti1-4/+17
2019-03-21net/sched: act_ife: validate the control action inside init()Davide Caratti1-13/+20
2019-03-21net/sched: act_gact: validate the control action inside init()Davide Caratti1-1/+12
2019-03-21net/sched: act_csum: validate the control action inside init()Davide Caratti1-3/+17
2019-03-21net/sched: act_bpf: validate the control action inside init()Davide Caratti1-5/+18
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti17-55/+78
2019-03-21ipv6: Change addrconf_f6i_alloc to use ip6_route_info_createDavid Ahern1-26/+16
2019-03-21ipv6: Move setting default metric for routesDavid Ahern1-4/+4
2019-03-21net/tls: Replace kfree_skb() with consume_skb()Vakul Garg1-3/+3
2019-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-30/+50
2019-03-21tipc: fix a null pointer derefHoang Le3-3/+6
2019-03-21tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le1-1/+2
2019-03-21genetlink: Fix a memory leak on error pathYueHaibing1-1/+2
2019-03-21tipc: fix cancellation of topology subscriptionsErik Hugne1-0/+1
2019-03-20ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra2-2/+15
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni3-12/+6
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni2-10/+10
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni3-11/+11
2019-03-20sctp: use memdup_user instead of vmemdup_userXin Long1-6/+6
2019-03-20ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long1-8/+10
2019-03-20net: bridge: use eth_broadcast_addr() to assign broadcast addressMao Wenan1-1/+1
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg2-29/+69
2019-03-20net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch1-1/+1
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2-1/+26