summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso
2016-11-03netfilter: use switch() to handle verdict cases from nf_hook_slow()Pablo Neira Ayuso
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-11-03netfilter: deprecate NF_STOPPablo Neira Ayuso
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso
2016-11-03netfilter: remove comments that predate rcu daysPablo Neira Ayuso
2016-11-03netfilter: get rid of useless debugging from corePablo Neira Ayuso
2016-11-02enic: set skb->hash type properlyGovindarajulu Varadarajan
2016-11-02net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-02ila: Fix crash caused by rhashtable changesTom Herbert
2016-11-02net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnectCyrill Gorcunov
2016-11-02lan78xx: Use irq_domain for phy interrupt from USB Int. EPWoojung Huh
2016-11-02tcp: enhance tcp collapsingEric Dumazet
2016-11-02net: 3c509: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-02net: 3c59x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-02net: mii: add generic function to support ksetting supportPhilippe Reynes
2016-11-02Merge branch 'mlx4-XDP-tx-refactor'David S. Miller
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan
2016-11-02net/mlx4_en: Add TX_XDP for CQ typesTariq Toukan
2016-11-02sctp: clean up sctp_packet_transmitXin Long
2016-11-02Merge branch 'cls_flower-misc'David S. Miller
2016-11-02net/sched: cls_flower: merge filter delete/destroy common codeRoi Dayan
2016-11-02net/sched: cls_flower: add missing unbind call when destroying flowsRoi Dayan
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-11-01netfilter: nf_queue: place volatile data in own cachelineFlorian Westphal
2016-11-01netfilter: nf_tables: remove useless U8_MAX validationLiping Zhang
2016-11-01netfilter: nf_tables: introduce routing expressionAnders K. Pedersen
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal
2016-11-01genetlink: fix error return code in genl_register_family()Wei Yongjun
2016-11-01net: Enable support for VRF with ipv4 multicastDavid Ahern
2016-11-01Merge branch 'tipc-socket-layer-improvements'David S. Miller
2016-11-01tipc: remove SS_CONNECTED sock stateParthasarathy Bhuvaragan
2016-11-01tipc: create TIPC_CONNECTING as a new sk_stateParthasarathy Bhuvaragan
2016-11-01tipc: remove SS_DISCONNECTING stateParthasarathy Bhuvaragan
2016-11-01tipc: create TIPC_DISCONNECTING as a new sk_stateParthasarathy Bhuvaragan
2016-11-01tipc: create TIPC_OPEN as a new sk_stateParthasarathy Bhuvaragan
2016-11-01tipc: create TIPC_ESTABLISHED as a new sk_stateParthasarathy Bhuvaragan
2016-11-01tipc: create TIPC_LISTEN as a new sk_stateParthasarathy Bhuvaragan
2016-11-01tipc: remove socket state SS_READYParthasarathy Bhuvaragan
2016-11-01tipc: remove probing_intv from tipc_sockParthasarathy Bhuvaragan
2016-11-01tipc: remove tsk->connected from tipc_sockParthasarathy Bhuvaragan
2016-11-01tipc: remove tsk->connected for connectionless socketsParthasarathy Bhuvaragan
2016-11-01tipc: rename tsk->remote to tsk->peer for consistent namingParthasarathy Bhuvaragan
2016-11-01tipc: rename struct tipc_skb_cb member handle to bytes_readParthasarathy Bhuvaragan
2016-11-01tipc: set kern=0 in sk_alloc() during tipc_accept()Parthasarathy Bhuvaragan
2016-11-01tipc: wakeup sleeping users at disconnectParthasarathy Bhuvaragan