aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet14-23/+23
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong1-4/+4
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou1-14/+15
2014-10-07openvswitch: fix a sparse warningAndy Zhou1-3/+2
2014-10-07net: fix a sparse warningAndy Zhou1-1/+1
2014-10-07ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa1-17/+30
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2-8/+7
2014-10-07ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa1-6/+6
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa1-10/+13
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa1-40/+31
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet1-1/+2
2014-10-06net: fix rcu access on phonet_routesFabian Frederick1-3/+3
2014-10-06net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend4-8/+14
2014-10-06net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend1-3/+1
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend9-20/+21
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet1-3/+6
2014-10-06ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann1-1/+1
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet1-0/+1
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet3-7/+7
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