aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-20add DOVE extensions for VXLANDavid Stevens1-0/+4
2012-11-19NFC: Move pn544.h to linux/platform_data/Marcel Holtmann1-0/+0
2012-11-19NFC: Remove unused details from pn544.h header fileMarcel Holtmann1-60/+0
2012-11-19NFC: Export nfc_hci_sak_to_protocol()Eric Lapuyade1-0/+1
2012-11-19NFC: Export nfc_hci_result_to_errno as it can be needed by HCI driversEric Lapuyade1-0/+2
2012-11-19Bluetooth: Increase HCI command tx timeoutSzymon Janc1-1/+1
2012-11-19Bluetooth: Refactor locking in amp_physical_cfmAndrei Emeltchenko1-1/+1
2012-11-19mac80211: make remain_on_channel() op pass vif paramEliad Peller1-0/+1
2012-11-19cfg80211: Add TDLS event to allow drivers to request operationsJouni Malinen2-0/+25
2012-11-19mac80211: support radiotap vendor namespace RX dataJohannes Berg1-0/+12
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg1-0/+2
2012-11-18sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman1-2/+1
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman1-2/+7
2012-11-18netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman1-6/+9
2012-11-18Bluetooth: Fix updating advertising state flags and dataJohan Hedberg1-0/+2
2012-11-18Bluetooth: Add support for setting LE advertising dataJohan Hedberg2-0/+19
2012-11-18Bluetooth: Use proper invalid value for tx_powerJohan Hedberg1-0/+3
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-13/+83
2012-11-16Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds3-5/+3
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton1-4/+0
2012-11-16rapidio: fix kernel-doc warningsRandy Dunlap1-0/+2
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins1-1/+1
2012-11-16ssb: fix SPROM offsetPiotr Haber1-1/+1
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville4-8/+122
2012-11-16mm, oom: reintroduce /proc/pid/oom_adjDavid Rientjes1-0/+9
2012-11-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+31
2012-11-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2-0/+4
2012-11-16Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesArnd Bergmann6-7/+40
2012-11-16ipv6: export IP6_RT_PRIO_* to userlandNicolas Dichtel2-3/+3
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich2-10/+10
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich1-5/+6
2012-11-15ipv6: Separate tcp offload functionalityVlad Yasevich1-0/+35
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich1-8/+0
2012-11-15ipv4: Switch to using the new offload infrastructure.Vlad Yasevich1-6/+0
2012-11-15ipv6: Add new offload registration infrastructure.Vlad Yasevich1-0/+4
2012-11-15net: Add net protocol offload registration infrustructureVlad Yasevich1-0/+12
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich1-6/+0
2012-11-15net: Add generic packet offload infrastructure.Vlad Yasevich1-0/+14
2012-11-15clk: remove inline usage from clk-provider.hIgor Mazanov1-2/+2
2012-11-14cpsw: simplify the setup of the register pointersRichard Cochran1-20/+1
2012-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller18-35/+425
2012-11-14tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devicesNithin Nayak Sujir1-0/+14
2012-11-14ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dumpNicolas Dichtel1-0/+1
2012-11-14ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dumpNicolas Dichtel1-0/+1
2012-11-14bridge: add root port blockingstephen hemminger1-0/+1
2012-11-14bridge: implement BPDU blockingstephen hemminger1-0/+1
2012-11-14bridge: bridge port parameters over netlinkstephen hemminger1-0/+15
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang1-0/+7
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2-19/+31
2012-11-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville4-19/+74