summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: merge nf_iterate() into nf_hook_slow()Pablo Neira Ayuso2016-11-033-50/+48
* netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso2016-11-035-17/+13
* netfilter: use switch() to handle verdict cases from nf_hook_slow()Pablo Neira Ayuso2016-11-031-4/+14
* netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-0323-73/+80
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-0344-154/+152
* netfilter: deprecate NF_STOPPablo Neira Ayuso2016-11-032-3/+5
* netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso2016-11-034-11/+5
* netfilter: remove comments that predate rcu daysPablo Neira Ayuso2016-11-031-7/+0
* netfilter: get rid of useless debugging from corePablo Neira Ayuso2016-11-031-9/+0
* ila: Fix crash caused by rhashtable changesTom Herbert2016-11-021-3/+13
* net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnectCyrill Gorcunov2016-11-021-1/+1
* tcp: enhance tcp collapsingEric Dumazet2016-11-021-6/+4
* sctp: clean up sctp_packet_transmitXin Long2016-11-021-277/+158
* net/sched: cls_flower: merge filter delete/destroy common codeRoi Dayan2016-11-021-10/+11
* net/sched: cls_flower: add missing unbind call when destroying flowsRoi Dayan2016-11-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-0227-340/+1484
|\
| * netfilter: nf_queue: place volatile data in own cachelineFlorian Westphal2016-11-011-1/+1
| * netfilter: nf_tables: remove useless U8_MAX validationLiping Zhang2016-11-012-6/+0
| * netfilter: nf_tables: introduce routing expressionAnders K. Pedersen2016-11-013-0/+160
| * netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso2016-11-018-296/+342
| * netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso2016-11-016-15/+116
| * netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-0110-0/+787
| * netfilter: nft_ct: add notrack supportPablo Neira Ayuso2016-10-261-1/+49
| * netfilter: nft_meta: permit pkttype mangling in ip/ip6 preroutingLiping Zhang2016-10-261-0/+5
| * netfilter: nft_numgen: start round robin from zeroLiping Zhang2016-10-261-1/+1
| * netfilter: nf_tables: allow expressions to return STOLENFlorian Westphal2016-10-261-0/+1
| * netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocationCalvin Owens2016-10-261-1/+1
| * netfilter: xt_multiport: Use switch case instead of multiple condition checksGao Feng2016-10-261-19/+21
* | genetlink: fix error return code in genl_register_family()Wei Yongjun2016-11-011-1/+3
* | net: Enable support for VRF with ipv4 multicastDavid Ahern2016-11-012-16/+38
* | tipc: remove SS_CONNECTED sock stateParthasarathy Bhuvaragan2016-11-011-48/+38
* | tipc: create TIPC_CONNECTING as a new sk_stateParthasarathy Bhuvaragan2016-11-011-32/+28
* | tipc: remove SS_DISCONNECTING stateParthasarathy Bhuvaragan2016-11-011-80/+52
* | tipc: create TIPC_DISCONNECTING as a new sk_stateParthasarathy Bhuvaragan2016-11-011-15/+24
* | tipc: create TIPC_OPEN as a new sk_stateParthasarathy Bhuvaragan2016-11-011-54/+43
* | tipc: create TIPC_ESTABLISHED as a new sk_stateParthasarathy Bhuvaragan2016-11-011-7/+11
* | tipc: create TIPC_LISTEN as a new sk_stateParthasarathy Bhuvaragan2016-11-011-19/+43
* | tipc: remove socket state SS_READYParthasarathy Bhuvaragan2016-11-011-18/+31
* | tipc: remove probing_intv from tipc_sockParthasarathy Bhuvaragan2016-11-011-10/+9
* | tipc: remove tsk->connected from tipc_sockParthasarathy Bhuvaragan2016-11-011-17/+19
* | tipc: remove tsk->connected for connectionless socketsParthasarathy Bhuvaragan2016-11-011-3/+1
* | tipc: rename tsk->remote to tsk->peer for consistent namingParthasarathy Bhuvaragan2016-11-011-6/+5
* | tipc: rename struct tipc_skb_cb member handle to bytes_readParthasarathy Bhuvaragan2016-11-012-9/+11
* | tipc: set kern=0 in sk_alloc() during tipc_accept()Parthasarathy Bhuvaragan2016-11-011-1/+1
* | tipc: wakeup sleeping users at disconnectParthasarathy Bhuvaragan2016-11-011-0/+1
* | tipc: return early for non-blocking sockets at link congestionParthasarathy Bhuvaragan2016-11-011-0/+6
* | bridge: mcast: add router port on PIM hello messageNikolay Aleksandrov2016-10-311-1/+21
* | net: pim: add all RFC7761 message typesNikolay Aleksandrov2016-10-312-2/+2
* | net: Add support for XPS with QoS via traffic classesAlexander Duyck2016-10-312-45/+103
* | net: Refactor removal of queues from XPS map and apply on num_tc changesAlexander Duyck2016-10-311-23/+50
OpenPOWER on IntegriCloud