aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-10/+22
2011-12-06ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller1-1/+1
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller1-1/+1
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2011-12-06inet_diag: Introduce new inet_diag_req headerPavel Emelyanov1-1/+10
2011-12-06sock_diag: Initial skeletonPavel Emelyanov1-0/+23
2011-12-06sock_diag: Introduce new message typePavel Emelyanov1-0/+1
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov1-1/+3
2011-12-06caif-spi: Bugfix for dump upon device removalErwan Bracq1-2/+2
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville2-1/+26
2011-12-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2011-12-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2011-12-05if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1.sjur.brandeland@stericsson.com1-0/+1
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-3/+3
2011-12-05tracing: Restore system filter behaviorLi Zefan1-0/+2
2011-12-05x86, amd: Fix up numa_node information for AMD CPU family 15h model 0-0fh northbridge functionsAndreas Herrmann1-0/+4
2011-12-05perf: Fix loss of notification with multi-eventPeter Zijlstra1-0/+1
2011-12-04tcp: take care of misalignmentsEric Dumazet1-2/+9
2011-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller5-1/+513
2011-12-03ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller1-9/+0
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross1-0/+452
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+1
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar1-0/+34
2011-12-03genetlink: Add rcu_dereference_genl and genl_dereference.Jesse Gross1-0/+21
2011-12-03genetlink: Add lockdep_genl_is_held().Pravin B Shelar1-0/+3
2011-12-03genetlink: Add genl_notify()Pravin B Shelar1-0/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-146/+199
2011-12-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+8
2011-12-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-9/+4
2011-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-30/+30
2011-12-01net: Make ndo_neigh_destroy return void.David S. Miller1-1/+1
2011-12-01ipv4: use a 64bit load/store in output pathEric Dumazet1-1/+4
2011-12-01can: cc770: add driver core for the Bosch CC770 and Intel AN82527Wolfgang Grandegger1-0/+33
2011-12-01dsa: Include linux/if_ether.h to fix build errorAxel Lin1-0/+1
2011-12-01drm/radeon/kms: add some new pci idsAlex Deucher1-0/+8
2011-11-30caif: Remove unused attributes from struct cflayersjur.brandeland@stericsson.com1-4/+0
2011-11-30caif: Remove unused enum and parameter in cfserlsjur.brandeland@stericsson.com2-16/+2
2011-11-30caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com2-4/+26
2011-11-30sch_red: fix red_calc_qavg_from_idle_timeEric Dumazet1-9/+6
2011-11-30netem: rate extensionHagen Paul Pfeifer1-0/+5
2011-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+0
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".David Miller1-5/+0
2011-11-30neigh: Add device constructor/destructor capability.David Miller1-0/+2
2011-11-30atm: clip: Convert over to neighbour_priv()David Miller1-2/+0
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller1-0/+1
2011-11-30neigh: Get rid of neigh_table->kmem_cachepDavid Miller1-1/+0
2011-11-30neigh: Create mechanism for generic neigh private areas.David Miller1-0/+7
2011-11-30cfg80211: clarify set tx power mBm documentationLuis R. Rodriguez1-1/+2
2011-11-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-95/+134