summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-10sch_cake: Add overhead compensation support to the rate shaperToke Høiland-Jørgensen
2018-07-10sch_cake: Add DiffServ handlingToke Høiland-Jørgensen
2018-07-10sch_cake: Add NAT awareness to packet classifierToke Høiland-Jørgensen
2018-07-10netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen
2018-07-10sch_cake: Add optional ACK filterToke Høiland-Jørgensen
2018-07-10sch_cake: Add ingress modeToke Høiland-Jørgensen
2018-07-10sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen
2018-07-09net: Use __u32 in uapi net_stamp.hJesus Sanchez-Palencia
2018-07-09Merge branch 'mlxsw-More-Spectrum-2-preparations'David S. Miller
2018-07-09mlxsw: resources: Add couple of Spectrum-2 KVD resourcesJiri Pirko
2018-07-09mlxsw: spectrum: Prepare for multiple FW versions for Spectrum and Spectrum-2Jiri Pirko
2018-07-09mlxsw: spectrum_acl: Implement priority setting for rules inserted to TCAMJiri Pirko
2018-07-09mlxsw: reg: Add priority field for PTCEV2 registerJiri Pirko
2018-07-09mlxsw: spectrum_acl: Move block items encoding into Spectrum opJiri Pirko
2018-07-09mlxsw: spectrum_acl: Convert mlxsw_afk_create args to opsJiri Pirko
2018-07-09mlxsw: spectrum_acl: Add tcam init/fini opsJiri Pirko
2018-07-09mlxsw: spectrum_acl: Split TCAM handling 3 waysJiri Pirko
2018-07-09mlxsw: spectrum_mr_tcam: Push Spectrum-specific operations into a separate fileJiri Pirko
2018-07-09mlxsw: spectrum_kvdl: Pass entry_count to free functionJiri Pirko
2018-07-09mlxsw: spectrum_kvdl: Pass entry type to alloc/freeJiri Pirko
2018-07-09mlxsw: spectrum_kvdl: Push out KVD linear management into opsJiri Pirko
2018-07-09net/mlx5: Use 2-factor allocator callsKees Cook
2018-07-09tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann
2018-07-09Merge branch 'fix-use-after-free-bugs-in-skb-list-processing'David S. Miller
2018-07-09net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree
2018-07-09netfilter: fix use-after-free in NF_HOOK_LISTEdward Cree
2018-07-09net: core: fix uses-after-free in list processingEdward Cree
2018-07-08tcp: remove redundant SOCK_DONE checksEric Dumazet
2018-07-08Merge branch 'mlxsw-Spectrum2-acl-prep'David S. Miller
2018-07-08mlxsw: core_acl_flex_actions: Fix helper to get the first KVD linear indexJiri Pirko
2018-07-08mlxsw: core_acl_flex_actions: Allow the first set to be dummyJiri Pirko
2018-07-08mlxsw: spectrum: Put pointer to flex action ops to mlxsw_spJiri Pirko
2018-07-08mlxsw: core_acl_flex_keys: Change SRC_SYS_PORT flex key element sizeJiri Pirko
2018-07-08mlxsw: core_acl_flex_keys: Split MAC and IP address flex key elementsJiri Pirko
2018-07-08mlxsw: spectrum_acl: Ignore always-zeroed bits in tp->prioJiri Pirko
2018-07-08mlxsw: reg: Introduce Flex2 key type for PTAR registerJiri Pirko
2018-07-08mlxsw: spectrum: Change name of mlxsw_sp_afk_blocks to mlxsw_sp1_afk_blocksJiri Pirko
2018-07-08net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller
2018-07-08Merge branch 'Modify-action-API-for-implementing-lockless-actions'David S. Miller
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov
2018-07-08net: sched: atomically check-allocate actionVlad Buslov
2018-07-08net: sched: use reference counting action initVlad Buslov
2018-07-08net: sched: don't release reference on action overwriteVlad Buslov
2018-07-08net: sched: implement reference counted action releaseVlad Buslov
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov
2018-07-08net: sched: always take reference to actionVlad Buslov
2018-07-08net: sched: implement unlocked action init APIVlad Buslov
2018-07-08net: sched: change type of reference and bind countersVlad Buslov
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov