aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-06net: skb_segment() provides list head and tailEric Dumazet2-12/+20
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross11-32/+448
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross1-11/+27
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross9-42/+73
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross2-5/+13
2014-10-06openvswitch: Eliminate memset() from flow_extract.Jesse Gross1-9/+45
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou3-0/+388
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller12-149/+389
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller27-177/+593
2014-10-05bridge: Add filtering support for default_pvidVlad Yasevich4-7/+136
2014-10-05bridge: Simplify pvid checks.Vlad Yasevich2-7/+4
2014-10-05bridge: Add a default_pvid sysfs attributeVlad Yasevich3-0/+48
2014-10-04net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend1-0/+2
2014-10-04net: dsa: do not call phy_start_anegFlorian Fainelli1-1/+0
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian1-4/+4
2014-10-03ip_tunnel: Add GUE supportTom Herbert1-0/+13
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert1-9/+187
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert3-40/+10
2014-10-03ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert1-1/+1
2014-10-03net: do not export skb_gro_receive()Eric Dumazet1-1/+0
2014-10-03qdisc: validate skb without holding lockEric Dumazet2-36/+54
2014-10-03qdisc: dequeue bulking also pickup GSO/TSO packetsJesper Dangaard Brouer1-9/+3
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer1-2/+44
2014-10-03netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2-46/+22
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-21/+129
2014-10-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville2-55/+103
2014-10-02netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso2-0/+8
2014-10-02netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso1-0/+2
2014-10-02netfilter: nft_compat: remove incomplete 32/64 bits arch compat codePablo Neira Ayuso1-101/+15
2014-10-02netfilter: nf_tables: wait for call_rcu completion on module removalPablo Neira Ayuso1-0/+1
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso10-20/+20
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso6-0/+308
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso4-10/+217
2014-10-02Bluetooth: 6lowpan: Check transmit errors for multicast packetsJukka Rissanen1-3/+10
2014-10-02Bluetooth: 6lowpan: Return EAGAIN error also for multicast packetsJukka Rissanen1-11/+5
2014-10-02Bluetooth: 6lowpan: Avoid memory leak if memory allocation failsJukka Rissanen1-2/+6
2014-10-02Bluetooth: 6lowpan: Memory leak as the skb is not freedJukka Rissanen1-0/+2
2014-10-02Bluetooth: Fix lockdep warning with l2cap_chan_connectJohan Hedberg1-5/+8
2014-10-01net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov1-2/+24
2014-10-01net: bridge: add a br_set_state helper functionFlorian Fainelli6-11/+17
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong1-4/+6
2014-10-01net_sched: fix another crash in cls_tcindexWANG Cong1-3/+9
2014-10-01gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert2-2/+8
2014-10-01ipip: Set inner IP protocol in ipipTom Herbert1-0/+2
2014-10-01sit: Set inner IP protocol in sitTom Herbert1-0/+4
2014-10-01udp: Generalize skb_udp_segmentTom Herbert2-6/+47
2014-10-01net: avoid one atomic operation in skb_clone()Eric Dumazet1-6/+17
2014-10-01net/dccp/ccid.c: add __init to ccid_activateFabian Frederick1-1/+1
2014-10-01net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick1-1/+1
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet3-28/+22