summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-03-23tcp: add one skb cache for txEric Dumazet
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet
2019-03-23net: dev: introduce support for sch BYPASS for lockless qdiscPaolo Abeni
2019-03-23net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni
2019-03-23rxrpc: avoid clang -Wuninitialized warningArnd Bergmann
2019-03-23tipc: tipc clang warningJon Maloy
2019-03-23tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet
2019-03-23net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley
2019-03-23SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedTrond Myklebust
2019-03-22bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACTPeter Oskolkov
2019-03-22bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn
2019-03-22bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn
2019-03-22bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACWillem de Bruijn
2019-03-22bpf: in bpf_skb_adjust_room avoid copy in tx fast pathWillem de Bruijn
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-22xfrm: Replace hrtimer tasklet with softirq hrtimerThomas Gleixner
2019-03-21bpf: add helper to check for a valid SYN cookieLorenz Bauer
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer
2019-03-21net: sched: flower: set unlocked flag for flower proto opsVlad Buslov
2019-03-21net: sched: flower: track rtnl lock stateVlad Buslov
2019-03-21net: sched: flower: protect flower classifier state with spinlockVlad Buslov
2019-03-21net: sched: flower: handle concurrent tcf proto deletionVlad Buslov
2019-03-21net: sched: flower: handle concurrent filter insertion in fl_changeVlad Buslov
2019-03-21net: sched: flower: protect masks list with spinlockVlad Buslov
2019-03-21net: sched: flower: handle concurrent mask insertionVlad Buslov
2019-03-21net: sched: flower: add reference counter to flower maskVlad Buslov
2019-03-21net: sched: flower: track filter deletion with flagVlad Buslov
2019-03-21net: sched: flower: introduce reference counting for filtersVlad Buslov
2019-03-21net: sched: flower: refactor fl_changeVlad Buslov
2019-03-21net: sched: flower: don't check for rtnl on head dereferenceVlad Buslov
2019-03-21net: dst: remove gc leftoversJulian Wiedmann
2019-03-21net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai
2019-03-21ipv6: Remove fallback argument from ip6_hold_safeDavid Ahern
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti
2019-03-21net/sched: act_vlan: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_skbmod: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_skbedit: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_simple: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_sample: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_police: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_pedit: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_nat: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_connmark: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_mirred: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_ife: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_gact: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_csum: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_bpf: validate the control action inside init()Davide Caratti