aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet1-2/+2
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross2-10/+13
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross1-1/+1
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross1-0/+1
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou2-0/+93
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller7-10/+111
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-263/+106
2014-10-04Removed unused inet6 address stateSébastien Barré1-1/+0
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian1-3/+4
2014-10-03ip_tunnel: Add GUE supportTom Herbert1-0/+1
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert2-0/+30
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert1-0/+3
2014-10-03net/mlx5_core: Identify resources by their typeEli Cohen2-3/+13
2014-10-03net/mlx5_core: use set/get macros in device capsEli Cohen3-92/+207
2014-10-03net/mlx5_core: Use hardware registers description header fileEli Cohen3-75/+188
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen2-12/+40
2014-10-03qdisc: validate skb without holding lockEric Dumazet2-2/+2
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer1-0/+16
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-51/+44
2014-10-02wil6210: atomic I/O for the card memoryVladimir Kondratiev1-0/+87
2014-10-02ipvs: Clean up comment style in ip_vs.hSimon Horman1-139/+75
2014-10-02netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso1-0/+6
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso1-117/+1
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso3-7/+24
2014-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-21/+4
2014-10-01net: phy: add BCM7425 and BCM7429 PHYsPetri Gynther1-0/+2
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong1-5/+1
2014-10-01udp: Generalize skb_udp_segmentTom Herbert2-3/+26
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet1-0/+25
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing1-1/+1
2014-09-30net/mlx4_core: New init and exit flow for mlx4_coreMajd Dibbiny1-0/+1
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa2-21/+4
2014-09-30bcma: register bcma as device tree driverHauke Mehrtens1-0/+2
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend2-2/+13
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-1/+2
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-6/+33
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2-1/+32
2014-09-29macvlan: add source modeMichael Braun2-0/+13
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller13-32/+167
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal1-34/+0
2014-09-29ARCNET: add support for multi interfaces on com20020Michael Grzeschik1-1/+14
2014-09-29ARCNET: add com20020 PCI IDs with metadataMichael Grzeschik1-0/+16
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet1-61/+72
2014-09-29netfilter: nf_tables: store and dump set policyArturo Borrero1-0/+2
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann1-2/+11
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal1-1/+8
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal1-2/+6
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann1-17/+44
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal1-1/+1
2014-09-29dql: dql_queued() should write first to reduce bus transactionsEric Dumazet1-2/+10