summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-0627-177/+593
|\
| * netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2014-10-032-46/+22
| * netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso2014-10-022-0/+8
| * netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso2014-10-021-0/+2
| * netfilter: nft_compat: remove incomplete 32/64 bits arch compat codePablo Neira Ayuso2014-10-021-101/+15
| * netfilter: nf_tables: wait for call_rcu completion on module removalPablo Neira Ayuso2014-10-021-0/+1
| * netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-0210-20/+20
| * netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-026-0/+308
| * netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-024-10/+217
* | bridge: Add filtering support for default_pvidVlad Yasevich2014-10-064-7/+136
* | bridge: Simplify pvid checks.Vlad Yasevich2014-10-062-7/+4
* | bridge: Add a default_pvid sysfs attributeVlad Yasevich2014-10-063-0/+48
* | net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend2014-10-051-0/+2
* | net: dsa: do not call phy_start_anegFlorian Fainelli2014-10-051-1/+0
* | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-051-4/+4
* | ip_tunnel: Add GUE supportTom Herbert2014-10-041-0/+13
* | gue: Receive side for Generic UDP EncapsulationTom Herbert2014-10-041-9/+187
* | fou: eliminate IPv4,v6 specific GRO functionsTom Herbert2014-10-043-40/+10
* | ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert2014-10-041-1/+1
* | net: do not export skb_gro_receive()Eric Dumazet2014-10-041-1/+0
* | qdisc: validate skb without holding lockEric Dumazet2014-10-042-36/+54
* | qdisc: dequeue bulking also pickup GSO/TSO packetsJesper Dangaard Brouer2014-10-031-9/+3
* | qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer2014-10-031-2/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-0215-21/+129
|\ \
| * | ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-304-5/+29
| * | ematch: Fix matching of inverted containers.Ignacy Gawędzki2014-09-291-2/+4
| * | gro: fix aggregation for skb using frag_listEric Dumazet2014-09-291-0/+3
| * | neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong2014-09-281-1/+1
| * | ip6_gre: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-0/+2
| * | ip6_vti: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-1/+5
| * | ip6_tunnel: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-1/+5
| * | ip6gre: add a rtnl link alias for ip6gretapNicolas Dichtel2014-09-261-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-264-8/+71
| |\ \
| | * | netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'Pablo Neira Ayuso2014-09-071-0/+1
| | * | netfilter: nfnetlink: deliver netlink errors on batch completionPablo Neira Ayuso2014-09-031-1/+63
| | * | netfilter: nft_rbtree: no need for spinlock from set destroy pathPablo Neira Ayuso2014-09-031-2/+0
| | * | netfilter: nft_hash: no need for rcu in the hash set destroy pathPablo Neira Ayuso2014-09-031-5/+7
| * | | ip_tunnel: Don't allow to add the same tunnel multiple times.Steffen Klassert2014-09-261-3/+8
* | | | net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov2014-10-021-2/+24
* | | | net: bridge: add a br_set_state helper functionFlorian Fainelli2014-10-026-11/+17
* | | | net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong2014-10-021-4/+6
* | | | net_sched: fix another crash in cls_tcindexWANG Cong2014-10-021-3/+9
* | | | gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert2014-10-022-2/+8
* | | | ipip: Set inner IP protocol in ipipTom Herbert2014-10-021-0/+2
* | | | sit: Set inner IP protocol in sitTom Herbert2014-10-021-0/+4
* | | | udp: Generalize skb_udp_segmentTom Herbert2014-10-022-6/+47
* | | | net: avoid one atomic operation in skb_clone()Eric Dumazet2014-10-021-6/+17
* | | | net/dccp/ccid.c: add __init to ccid_activateFabian Frederick2014-10-021-1/+1
* | | | net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick2014-10-021-1/+1
* | | | net: cleanup and document skb fclone layoutEric Dumazet2014-10-013-28/+22