aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-03-23tcp: add one skb cache for txEric Dumazet1-27/+23
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet3-11/+11
2019-03-23net: dev: introduce support for sch BYPASS for lockless qdiscPaolo Abeni1-0/+9
2019-03-23net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni1-0/+3
2019-03-23rxrpc: avoid clang -Wuninitialized warningArnd Bergmann1-6/+5
2019-03-23tipc: tipc clang warningJon Maloy1-3/+4
2019-03-23tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet1-6/+2
2019-03-23net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley1-2/+5
2019-03-23SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedTrond Myklebust1-1/+11
2019-03-22bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACTPeter Oskolkov1-0/+2
2019-03-22bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn1-5/+61
2019-03-22bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn1-11/+27
2019-03-22bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACWillem de Bruijn1-18/+20
2019-03-22bpf: in bpf_skb_adjust_room avoid copy in tx fast pathWillem de Bruijn1-1/+1
2019-03-22genetlink: make policy common to familyJohannes Berg26-330/+32
2019-03-22xfrm: Replace hrtimer tasklet with softirq hrtimerThomas Gleixner1-12/+18
2019-03-21bpf: add helper to check for a valid SYN cookieLorenz Bauer1-0/+72
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer1-22/+122
2019-03-21net: sched: flower: set unlocked flag for flower proto opsVlad Buslov1-2/+1
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