summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | 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-054-7/+136
| * | | | | | | | | | | | | | bridge: Simplify pvid checks.Vlad Yasevich2014-10-052-7/+4
| * | | | | | | | | | | | | | bridge: Add a default_pvid sysfs attributeVlad Yasevich2014-10-053-0/+48
| * | | | | | | | | | | | | | net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend2014-10-041-0/+2
| * | | | | | | | | | | | | | net: dsa: do not call phy_start_anegFlorian Fainelli2014-10-041-1/+0
| * | | | | | | | | | | | | | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-041-4/+4
| * | | | | | | | | | | | | | ip_tunnel: Add GUE supportTom Herbert2014-10-031-0/+13
| * | | | | | | | | | | | | | gue: Receive side for Generic UDP EncapsulationTom Herbert2014-10-031-9/+187
| * | | | | | | | | | | | | | fou: eliminate IPv4,v6 specific GRO functionsTom Herbert2014-10-033-40/+10
| * | | | | | | | | | | | | | ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert2014-10-031-1/+1
| * | | | | | | | | | | | | | net: do not export skb_gro_receive()Eric Dumazet2014-10-031-1/+0
| * | | | | | | | | | | | | | qdisc: validate skb without holding lockEric Dumazet2014-10-032-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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov2014-10-011-2/+24
| * | | | | | | | | | | | | | net: bridge: add a br_set_state helper functionFlorian Fainelli2014-10-016-11/+17
| * | | | | | | | | | | | | | net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong2014-10-011-4/+6
| * | | | | | | | | | | | | | net_sched: fix another crash in cls_tcindexWANG Cong2014-10-011-3/+9
| * | | | | | | | | | | | | | gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert2014-10-012-2/+8
| * | | | | | | | | | | | | | ipip: Set inner IP protocol in ipipTom Herbert2014-10-011-0/+2
| * | | | | | | | | | | | | | sit: Set inner IP protocol in sitTom Herbert2014-10-011-0/+4
| * | | | | | | | | | | | | | udp: Generalize skb_udp_segmentTom Herbert2014-10-012-6/+47
| * | | | | | | | | | | | | | net: avoid one atomic operation in skb_clone()Eric Dumazet2014-10-011-6/+17
| * | | | | | | | | | | | | | net/dccp/ccid.c: add __init to ccid_activateFabian Frederick2014-10-011-1/+1
| * | | | | | | | | | | | | | net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick2014-10-011-1/+1
| * | | | | | | | | | | | | | net: cleanup and document skb fclone layoutEric Dumazet2014-10-013-28/+22
| * | | | | | | | | | | | | | tcp: abort orphan sockets stalling on zero window probesYuchung Cheng2014-10-012-21/+22
| * | | | | | | | | | | | | | cipso: add __init to cipso_v4_cache_initFabian Frederick2014-10-011-1/+1
| * | | | | | | | | | | | | | inet: frags: add __init to ip4_frags_ctl_registerFabian Frederick2014-10-011-2/+2
| * | | | | | | | | | | | | | tcp: add __init to tcp_init_memFabian Frederick2014-10-011-1/+1
| * | | | | | | | | | | | | | net: dsa: Fix build warning for !PM_SLEEPThierry Reding2014-10-011-0/+2
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()Eric Dumazet2014-10-011-0/+3
| * | | | | | | | | | | | | ieee802154: fix __init functionsFabian Frederick2014-10-011-2/+2
| * | | | | | | | | | | | | tcp: Change tcp_slow_start function to return voidLi RongQing2014-09-301-3/+1
| * | | | | | | | | | | | | ieee802154: add __init to lowpan_frags_sysctl_registerFabian Frederick2014-09-301-2/+2
| * | | | | | | | | | | | | irda: add __init to irlan_openFabian Frederick2014-09-301-2/+2
| * | | | | | | | | | | | | netfilter: bridge: build br_nf_core only if requiredFlorian Westphal2014-09-302-3/+4
| * | | | | | | | | | | | | net: sched: enable per cpu qstatsJohn Fastabend2014-09-3015-23/+74
| * | | | | | | | | | | | | net: sched: restrict use of qstats qlenJohn Fastabend2014-09-3015-33/+30
| * | | | | | | | | | | | | net: sched: implement qstat helper routinesJohn Fastabend2014-09-3024-75/+75
| * | | | | | | | | | | | | net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-3017-50/+132
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-2959-480/+1428
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2014-09-291-1/+25
| | * | | | | | | | | | | | | netfilter: nf_tables: store and dump set policyArturo Borrero2014-09-291-0/+6
OpenPOWER on IntegriCloud