aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-07mac802154: remove unneeded vif structAlexander Aring1-8/+0
2015-06-04nl802154: export supported commandsVarka Bhadram1-0/+2
2015-05-31cc2520: fix CC2591 handlingVarka Bhadram1-1/+0
2015-05-31ieee802154: Fix EUI-64 station address validation.Lennert Buytenhek1-6/+4
2015-05-31ieee802154: Fix generation of random EUI-64 addresses.Lennert Buytenhek1-3/+3
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov1-1/+5
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-0/+11
2015-05-30net/mlx4: Add EQ poolMatan Barak1-4/+7
2015-05-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-49/+154
2015-05-30net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai2-0/+20
2015-05-30net/mlx5: Ethernet resource handling filesAmir Vadai1-0/+54
2015-05-30net/mlx5_core: Set/Query port MTU commandsSaeed Mahameed1-0/+4
2015-05-30net/mlx5_core: Modify CQ moderation parametersRana Shahout1-0/+3
2015-05-30net/mlx5_core: Implement get/set port statusRana Shahout1-0/+8
2015-05-30net/mlx5_core: Implement access functions of ptys register fieldsSaeed Mahameed1-0/+14
2015-05-30net/mlx5_core: New device capabilities handlingSaeed Mahameed2-59/+65
2015-05-30net/mlx5_core: HW data structs/types definitions cleanupSaeed Mahameed4-81/+6631
2015-05-30net/mlx5_core: Set irq affinity hintsSaeed Mahameed1-3/+8
2015-05-30net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memoryAmir Vadai1-8/+1
2015-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+25
2015-05-30if_vlan: fix vlaue -> value typoVivien Didelot1-3/+3
2015-05-30bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov1-0/+2
2015-05-30stmmac: add phy-handle support to the platform layerMathieu Olivari1-0/+1
2015-05-30clk: qcom: Add support for NSS/GMAC clocks and resetsStephen Boyd2-0/+45
2015-05-28ethtool: Add helper routines to pass vf to rx_flow_specJohn Fastabend1-0/+25
2015-05-27tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet1-0/+1
2015-05-27pci: Add Cavium PCI vendor idSunil Goutham1-0/+2
2015-05-27nl802154: add support to set cca ed levelAlexander Aring1-0/+1
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal2-1/+2
2015-05-27ieee802154: add set transmit power supportVarka Bhadram1-0/+1
2015-05-27net: phy: Add phy_interface_is_rgmii helperFlorian Fainelli1-0/+11
2015-05-26tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet1-44/+3
2015-05-26ieee802154: Remove ieee802154_reduced_mlme_ops references.Lennert Buytenhek1-6/+0
2015-05-26netfilter: nf_tables: add netdev table to filter from ingressPablo Neira Ayuso1-0/+1
2015-05-26netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso2-0/+10
2015-05-25ipv6: ipv6_select_ident() returns a __be32Eric Dumazet1-3/+3
2015-05-25ipv6: Create percpu rt6_infoMartin KaFai Lau2-1/+3
2015-05-25ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau1-0/+3
2015-05-25ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau1-0/+3
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2-1/+6
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau1-1/+1
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau1-5/+14
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau1-1/+3
2015-05-25ipv6: Clean up ipv6_select_ident() and ip6_fragment()Martin KaFai Lau1-2/+1
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa1-2/+9
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa1-0/+3
2015-05-23mac802154: remove mib lockAlexander Aring1-9/+0
2015-05-23mac802154: use atomic ops for sequence incrementationAlexander Aring2-3/+2
2015-05-23mac802154: remove pib lockAlexander Aring1-2/+0
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-18/+46