summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-07netfilter: nfacct: per network namespace supportAndreas Schultz2-22/+51
2015-08-07netfilter: nft_limit: add per-byte limitingPablo Neira Ayuso1-4/+59
2015-08-07netfilter: nft_limit: constant token cost per packetPablo Neira Ayuso1-7/+18
2015-08-07netfilter: nft_limit: add burst parameterPablo Neira Ayuso1-2/+18
2015-08-07netfilter: nft_limit: factor out shared code with per-byte limitingPablo Neira Ayuso1-33/+53
2015-08-07netfilter: nft_limit: convert to token-based limiting at nanosecond granularityPablo Neira Ayuso1-16/+26
2015-08-07netfilter: nft_limit: rename to nft_limit_pktsPablo Neira Ayuso1-6/+6
2015-08-07netfilter: nf_tables: add nft_dup expressionPablo Neira Ayuso8-2/+234
2015-08-07netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso8-152/+240
2015-08-07netfilter: xt_TEE: get rid of WITH_CONNTRACK definitionPablo Neira Ayuso1-5/+3
2015-08-07netfilter: nft_counter: convert it to use per-cpu countersPablo Neira Ayuso1-28/+69
2015-08-07af_mpls: add null dev check in find_outdevRoopa Prabhu1-0/+3
2015-08-07mpls: small cleanup in inet/inet6_fib_lookup_dev()Dan Carpenter1-9/+4
2015-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller17-194/+398
2015-08-04netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()Subash Abhinov Kasiviswanathan1-5/+0
2015-08-04mpls: Use definition for reserved label checksRobert Shearman1-10/+11
2015-08-04ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman1-0/+2
2015-08-04lwtunnel: set skb protocol and devRobert Shearman1-2/+10
2015-08-04bridge: mdb: fix vlan_enabled access when vlans are not configuredNikolay Aleksandrov1-2/+2
2015-08-04act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann1-24/+27
2015-08-04bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0Satish Ashok1-8/+60
2015-08-04bridge: Don't segment multiple tagged packets on bridge deviceToshiaki Makita1-0/+1
2015-08-03ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann1-0/+7
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller47-242/+427
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-228/+402
2015-08-01ipv6: Disable flowlabel state ranges by defaultTom Herbert1-1/+1
2015-08-01ipv6: Implement different admin modes for automatic flow labelsTom Herbert4-5/+11
2015-08-01ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert3-5/+6
2015-08-01net: Add functions to get skb->hash based on flow structuresTom Herbert1-4/+54
2015-08-01net: dsa: Add netconsole supportFlorian Fainelli2-0/+71
2015-08-01net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli6-49/+33
2015-08-01br2684: Remove unnecessary formatting macros b1 and bsJoe Perches1-6/+3
2015-08-01act_pedit: check binding before calling tcf_hash_release()WANG Cong1-3/+2
2015-08-01af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu1-8/+33
2015-08-01ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu4-11/+21
2015-08-01bpf: add helpers to access tunnel metadataAlexei Starovoitov2-6/+106
2015-07-31tipc: clean up link creationJon Paul Maloy4-121/+86
2015-07-31tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy1-15/+19
2015-07-31tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy4-63/+10
2015-07-31tipc: make resetting of links non-atomicJon Paul Maloy3-70/+127
2015-07-31tipc: move received discovery data evaluation inside node.cJon Paul Maloy3-123/+127
2015-07-31tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy3-180/+226
2015-07-31tipc: move protocol message sending away from link FSMJon Paul Maloy3-21/+33
2015-07-31tipc: move link synch and failover to link aggregation levelJon Paul Maloy5-508/+342
2015-07-31tipc: extend node FSMJon Paul Maloy2-11/+92
2015-07-31tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2-14/+22
2015-07-31tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy5-69/+104
2015-07-31tipc: eliminate function tipc_link_activate()Jon Paul Maloy3-16/+8
2015-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller23-214/+461
2015-07-31net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan1-1/+2