summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-08-17netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann
2015-08-17netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
2015-08-07netfilter: nfacct: per network namespace supportAndreas Schultz
2015-08-07netfilter: nft_limit: add per-byte limitingPablo Neira Ayuso
2015-08-07netfilter: nft_limit: constant token cost per packetPablo Neira Ayuso
2015-08-07netfilter: nft_limit: add burst parameterPablo Neira Ayuso
2015-08-07netfilter: nft_limit: factor out shared code with per-byte limitingPablo Neira Ayuso
2015-08-07netfilter: nft_limit: convert to token-based limiting at nanosecond granularityPablo Neira Ayuso
2015-08-07netfilter: nft_limit: rename to nft_limit_pktsPablo Neira Ayuso
2015-08-07netfilter: nf_tables: add nft_dup expressionPablo Neira Ayuso
2015-08-07netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso
2015-08-07netfilter: xt_TEE: get rid of WITH_CONNTRACK definitionPablo Neira Ayuso
2015-08-07netfilter: nft_counter: convert it to use per-cpu countersPablo Neira Ayuso
2015-08-07af_mpls: add null dev check in find_outdevRoopa Prabhu
2015-08-07mpls: small cleanup in inet/inet6_fib_lookup_dev()Dan Carpenter
2015-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-08-04netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()Subash Abhinov Kasiviswanathan
2015-08-04mpls: Use definition for reserved label checksRobert Shearman
2015-08-04ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman
2015-08-04lwtunnel: set skb protocol and devRobert Shearman
2015-08-03bridge: mdb: fix vlan_enabled access when vlans are not configuredNikolay Aleksandrov
2015-08-03act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann
2015-08-03bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0Satish Ashok
2015-08-03bridge: Don't segment multiple tagged packets on bridge deviceToshiaki Makita
2015-08-03ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-08-01ipv6: Disable flowlabel state ranges by defaultTom Herbert
2015-08-01ipv6: Implement different admin modes for automatic flow labelsTom Herbert
2015-08-01ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert
2015-08-01net: Add functions to get skb->hash based on flow structuresTom Herbert
2015-07-31net: dsa: Add netconsole supportFlorian Fainelli
2015-07-31net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli
2015-07-31br2684: Remove unnecessary formatting macros b1 and bsJoe Perches
2015-07-31act_pedit: check binding before calling tcf_hash_release()WANG Cong
2015-07-31af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov
2015-07-31tipc: clean up link creationJon Paul Maloy
2015-07-31tipc: use temporary, non-protected skb queue for bundle receptionJon Paul Maloy
2015-07-31tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy
2015-07-31tipc: make resetting of links non-atomicJon Paul Maloy
2015-07-31tipc: move received discovery data evaluation inside node.cJon Paul Maloy
2015-07-31tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy
2015-07-31tipc: move protocol message sending away from link FSMJon Paul Maloy
2015-07-31tipc: move link synch and failover to link aggregation levelJon Paul Maloy
2015-07-31tipc: extend node FSMJon Paul Maloy
2015-07-31tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy
2015-07-31tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy