summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-01-14net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko1-0/+12
2015-01-14ipv6: directly include libc-compat.h in ipv6.hWillem de Bruijn1-0/+1
2015-01-13rhashtable: add a note for grow and shrink decision functionsYing Xue1-0/+4
2015-01-13rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue1-0/+5
2015-01-13rtnetlink: new filter RTEXT_FILTER_BRVLAN_COMPRESSEDRoopa Prabhu1-0/+1
2015-01-13bridge: support for multiple vlans and vlan ranges in setlink and dellink req...Roopa Prabhu1-0/+2
2015-01-13vxlan: Improve support for header flagsTom Herbert1-0/+7
2015-01-09rhashtable: avoid unnecessary wakeup for worker queueYing Xue1-1/+1
2015-01-09rhashtable: involve rhashtable_lookup_insert routineYing Xue1-0/+1
2015-01-09ipv6: fix redefinition of in6_pktinfo and ip6_mtuinfoWANG Cong2-1/+10
2015-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-31/+17
2015-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+2
2015-01-07ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk1-0/+9
2015-01-07mm: propagate error from stack expansion even for guard pageLinus Torvalds1-1/+1
2015-01-06Merge tag 'mac80211-for-davem-2015-01-06' of git://git.kernel.org/pub/scm/lin...David S. Miller1-5/+2
2015-01-06net: tcp: add per route congestion controlDaniel Borkmann1-0/+6
2015-01-06net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2-0/+9
2015-01-06net: tcp: add key management to congestion controlDaniel Borkmann2-2/+10
2015-01-06net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal1-3/+7
2015-01-06ip: Add offset parameter to ip_cmsg_recvTom Herbert2-0/+2
2015-01-06ip: Add offset parameter to ip_cmsg_recvTom Herbert1-1/+6
2015-01-06ip: IP cmsg cleanupTom Herbert1-1/+10
2015-01-06ip: Move checksum convert defines to inetTom Herbert2-15/+18
2015-01-06netlink: Warn on unordered or illegal nla_nest_cancel() or nlmsg_cancel()Thomas Graf1-1/+3
2015-01-05Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg1-5/+2
2015-01-05list_nulls: fix missing headerYing Xue1-0/+3
2015-01-05rhashtable: fix missing headerYing Xue1-0/+1
2015-01-05geneve: Remove socket hash table.Jesse Gross1-1/+1
2015-01-05geneve: Simplify locking.Jesse Gross1-1/+1
2015-01-05geneve: Remove workqueue.Jesse Gross1-1/+0
2015-01-03rhashtable: Supports for nulls markerThomas Graf2-11/+49
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf1-11/+26
2015-01-03spinlock: Add spin_lock_bh_nested()Thomas Graf3-0/+11
2015-01-03nft_hash: Remove rhashtable_remove_pprev()Thomas Graf1-2/+0
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf1-57/+116
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf1-4/+1
2015-01-03timecounter: provide a macro to initialize the cyclecounter mask field.Richard Cochran1-1/+4
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller8-34/+121
2015-01-02Merge tag 'sound-3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+5
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross1-0/+4
2015-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+7
2015-01-01GMAC: define clock ID used for GMACRoger Chen1-0/+3
2015-01-01fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck1-21/+29
2014-12-31l2tp : multicast notification to the registered listenersBill Hong1-0/+1
2014-12-31net: fec: add Wake-on-LAN supportNimrod Andy1-0/+1
2014-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-20/+2
2014-12-31arm: sa1100: move irda header to linux/platform_dataDmitry Eremin-Solenikov1-0/+20
2014-12-31timecounter: keep track of accumulated fractional nanosecondsRichard Cochran1-7/+12
2014-12-31timecounter: provide a helper function to shift the time.Richard Cochran1-0/+9
2014-12-31time: move the timecounter/cyclecounter code into its own file.Richard Cochran5-104/+127