aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-19bury skb_copy_to_page()Al Viro1-23/+0
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro2-4/+2
2014-11-19separate kernel- and userland-side msghdrAl Viro2-6/+16
2014-11-18icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones1-1/+1
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov2-0/+8
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov1-0/+1
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov1-0/+1
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov2-2/+8
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 Vosburgh2-34/+36
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-56/+176
2014-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-2/+15
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-12ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert2-22/+19
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches2-12/+1
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-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches1-4/+0
2014-11-11net: kill netif_copy_real_num_queues()WANG Cong1-17/+0
2014-11-11irda: Simplify IRDA logging macrosJoe Perches1-3/+3
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong1-2/+9
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2-10/+3
2014-11-11Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitchDavid S. Miller1-0/+15
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli1-0/+1
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet2-0/+14
2014-11-10tracing: Do not busy wait in buffer spliceRabin Vincent1-1/+1
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross1-0/+9
2014-11-10Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller14-119/+367
2014-11-10net: Move bonding headers under include/netDavid S. Miller4-0/+1248
2014-11-10net: gro: add a per device gro flush timerEric Dumazet1-10/+10
2014-11-10rtnetlink: add babel protocol recognitionDave Taht1-0/+1
2014-11-10mfd: max77693: Fix always masked MUIC interruptsKrzysztof Kozlowski1-0/+7
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme1-0/+2
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-0/+13
2014-11-09Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-8/+31
2014-11-09Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-14/+70
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones1-0/+1
2014-11-07uapi: resort Kbuild entriesstephen hemminger1-44/+44
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu1-3/+0
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu1-0/+3