aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-0/+34
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-3/+5
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko1-19/+0
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko1-5/+4
2014-11-21net: phy: micrel: add generic clock-mode-select supportJohan Hovold1-1/+0
2014-11-21net: phy: add static data field to struct phy_driverJohan Hovold1-0/+2
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro1-1/+0
2014-11-19separate kernel- and userland-side msghdrAl Viro2-6/+16
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov1-0/+5
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov1-1/+1
2014-11-16mlx4: use netdev_rss_key_fill() helperEric Dumazet1-1/+3
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet1-0/+6
2014-11-14Revert "fast_hash: avoid indirect function calls"Jay Vosburgh1-0/+34
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-43/+132
2014-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-11-13mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen1-0/+1
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2-0/+17
2014-11-13rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf1-5/+5
2014-11-13net/mlx4_core: Support more than 64 VFsMatan Barak1-2/+3
2014-11-13net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for PF/VFsMatan Barak1-1/+3
2014-11-13rhashtable: Add parent argument to mutex_is_heldHerbert Xu1-1/+2
2014-11-13rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu1-0/+2
2014-11-12Merge tag 'trace-fixes-v3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2014-11-12Merge tag 'mfd-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-0/+7
2014-11-12net: phy: add module_phy_driver macroJohan Hovold1-0/+24
2014-11-12net: Remove __skb_alloc_page and __skb_alloc_pagesAlexander Duyck1-43/+0
2014-11-12net: Add device Rx page allocation functionAlexander Duyck1-0/+48
2014-11-11net: kill netif_copy_real_num_queues()WANG Cong1-17/+0
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli1-0/+1
2014-11-10tracing: Do not busy wait in buffer spliceRabin Vincent1-1/+1
2014-11-10Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller4-5/+224
2014-11-10net: gro: add a per device gro flush timerEric Dumazet1-10/+10
2014-11-10mfd: max77693: Fix always masked MUIC interruptsKrzysztof Kozlowski1-0/+7
2014-11-09Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-14/+70
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu1-3/+0
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu1-0/+3
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-11-06Merge tag 'pci-v3.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+6
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar3-8/+2
2014-11-05fast_hash: avoid indirect function callsHannes Frederic Sowa1-34/+0
2014-11-05ipv6: move INET6_MATCH() to include/net/inet6_hashtables.hWANG Cong1-10/+0
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-0/+6
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert3-2/+7
2014-11-05include/linux/socket.h: Fix commentRasmus Villemoes1-1/+1
2014-11-05PCI: Don't oops on virtual buses in acpi_pci_get_bridge_handle()Yinghai Lu1-1/+6
2014-11-04Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+21
2014-11-04of: Fix overflow bug in string property parsing functionsGrant Likely1-14/+70
2014-11-04ieee80211: add "max length of AMPDU" enum for VHTEran Harary1-1/+16
2014-11-03Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-4/+4
2014-11-03net: add rbnode to struct sk_buffEric Dumazet1-7/+13