1. 90b1ebe mlx4: set maximal number of default RSS queues by Yuval Mintz · 12 years ago
  2. 16917b8 net-next: Add netif_get_num_default_rss_queues by Yuval Mintz · 12 years ago
  3. bf5e53e ipv4: defer fib_compute_spec_dst() call by Eric Dumazet · 12 years ago
  4. 36bdbca net: Kill dst->_neighbour, accessors, and final uses. by David S. Miller · 12 years ago
  5. d1e31fb xfrm: No need to copy generic neighbour pointer. by David S. Miller · 12 years ago
  6. f187bc6 ipv4: No need to set generic neighbour pointer. by David S. Miller · 12 years ago
  7. 97cac08 ipv6: Store route neighbour in rt6_info struct. by David S. Miller · 12 years ago
  8. 534cb28 cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup(). by David S. Miller · 12 years ago
  9. 1d248b1 net: Pass neighbours and dest address into NETEVENT_REDIRECT events. by David S. Miller · 12 years ago
  10. fccd7d5 decnet: Use neighbours privately in dn_route struct. by David S. Miller · 12 years ago
  11. 13a43d9 neigh: Convert over to dst_neigh_lookup_skb(). by David S. Miller · 12 years ago
  12. f9d7516 br_netfilter: Convert to dst_neigh_lookup_skb(). by David S. Miller · 12 years ago
  13. c473737 cxgb4i: Convert over to dst_neigh_lookup(). by David S. Miller · 12 years ago
  14. 0b399d4 cxgbi: Convert over to dst_neigh_lookup(). by David S. Miller · 12 years ago
  15. 24db1ba qeth: Convert over to dst_neigh_lookup_skb(). by David S. Miller · 12 years ago
  16. 178709b ipoib: Convert over to dev_lookup_neigh_skb(). by David S. Miller · 12 years ago
  17. dbedbe6d sch_teql: Convert over to dev_neigh_lookup_skb(). by David S. Miller · 12 years ago
  18. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  19. 5110effe net: Do delayed neigh confirmation. by David S. Miller · 12 years ago
  20. 60d354e sunrpc: Don't do a dst_confirm() on an input routes. by David S. Miller · 12 years ago
  21. 3c521f2 ipv4: Don't report neigh uptodate state in rtcache procfs. by David S. Miller · 12 years ago
  22. a263b30 ipv4: Make neigh lookups directly in output packet path. by David S. Miller · 12 years ago
  23. 1160472 ipv4: Fix crashes in ip_options_compile(). by David S. Miller · 12 years ago
  24. e87183c Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  25. 162d549 batman-adv: Don't leak information through uninitialized packet fields by Sven Eckelmann · 12 years ago
  26. 0c5e45b6 batman-adv: fix counter summary length by Marek Lindner · 12 years ago
  27. 0aca236 batman-adv: Fix alignment after opened parentheses by Sven Eckelmann · 12 years ago
  28. cb4cca7 batman-adv: Remove space before semicolon by Sven Eckelmann · 12 years ago
  29. b706b13 batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h} by Sven Eckelmann · 12 years ago
  30. a8a0a62 batman-adv: Transform BATADV_LOG_BUFF(idx) into function by Sven Eckelmann · 12 years ago
  31. 56303d3 batman-adv: Prefix types structs with batadv_ by Sven Eckelmann · 12 years ago
  32. 9641269 batman-adv: Prefix packet structs with batadv_ by Sven Eckelmann · 12 years ago
  33. b4d66b8 batman-adv: Prefix local sysfs struct with batadv_ by Sven Eckelmann · 12 years ago
  34. 5bf74e9 batman-adv: Prefix hash struct and typedef with batadv_ by Sven Eckelmann · 12 years ago
  35. 7f223c0 batman-adv: Prefix local debugfs structs with batadv_ by Sven Eckelmann · 12 years ago
  36. 39c75a5 batman-adv: Prefix main enum with BATADV_ by Sven Eckelmann · 12 years ago
  37. acd34af batman-adv: Prefix packet enum with BATADV_ by Sven Eckelmann · 12 years ago
  38. d69909d batman-adv: Prefix types enum with BATADV_ by Sven Eckelmann · 12 years ago
  39. e9a4f29 batman-adv: Prefix hard-interface enum with BATADV_ by Sven Eckelmann · 12 years ago
  40. cd646ab batman-adv: Prefix gateway enum with BATADV_ by Sven Eckelmann · 12 years ago
  41. a59a4d1 phy: add the EEE support and the way to access to the MMD registers. by Giuseppe CAVALLARO · 12 years ago
  42. d765955 stmmac: add the Energy Efficient Ethernet support by Giuseppe CAVALLARO · 12 years ago
  43. 0ec2ccd stmmac: update the driver Documentation and add EEE by Giuseppe CAVALLARO · 12 years ago
  44. ea2ab87 stmmac: do not use strict_strtoul but kstrtoint by Giuseppe CAVALLARO · 12 years ago
  45. c801e3c ipv4: Clarify in docs that accept_local requires rp_filter. by David S. Miller · 12 years ago
  46. f7eadaf netfilter: use kfree_skb() not kfree() by Dan Carpenter · 12 years ago
  47. 0d1632b dummy: use IFF_LIVE_ADDR_CHANGE priv_flag by Jiri Pirko · 12 years ago
  48. 5a1d1c8 team: use IFF_LIVE_ADDR_CHANGE priv_flag by Jiri Pirko · 12 years ago
  49. f2f2c8b virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flag by Jiri Pirko · 12 years ago
  50. bb35f67 net: introduce new priv_flag indicating iface capable of change mac when running by Jiri Pirko · 12 years ago
  51. 0329274 netlink: add nlk->netlink_bind hook for module auto-loading by Pablo Neira Ayuso · 12 years ago
  52. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  53. dd7f36b Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  54. ae0eef6 cnic: Fix mmap regression. by Michael Chan · 12 years ago
  55. 8732baa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  56. 42fb0b0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  57. 7a9bc9b ipv4: Elide fib_validate_source() completely when possible. by David S. Miller · 12 years ago
  58. b8c8430 net: l2tp_eth: provide tx_dropped counter by Eric Dumazet · 12 years ago
  59. a777c89 netxen_nic: restrict force firmware dump when dump is disabled. by Manish chopra · 12 years ago
  60. d0087b2 ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sanity checks by Ville Nuorvala · 12 years ago
  61. 1e0b6ea xen/netback: only non-freed SKB is queued into tx_queue by Annie Li · 12 years ago
  62. 7fa8ad6 caif-hsi: Fix merge issues. by Sjur Brændeland · 12 years ago
  63. 3085a4b ipv4: Remove extraneous assignment of dst->tclassid. by David S. Miller · 12 years ago
  64. 9e56e38 ipv4: Adjust in_dev handling in fib_validate_source() by David S. Miller · 12 years ago
  65. a207a4b ipv4: Fix bugs in fib_compute_spec_dst(). by David S. Miller · 12 years ago
  66. 58050fc net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() by Thomas Graf · 12 years ago
  67. 9f10d3f tcp: plug dst leak in tcp_v6_conn_request() by Neal Cardwell · 12 years ago
  68. 9494218 tcp: use inet6_csk_route_req() in tcp_v6_send_synack() by Neal Cardwell · 12 years ago
  69. 3840a06 tcp: pass fl6 to inet6_csk_route_req() by Neal Cardwell · 12 years ago
  70. 9247869 tcp: fix inet6_csk_route_req() for link-local addresses by Neal Cardwell · 12 years ago
  71. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  72. 76fbc24 davinci_cpdma: include linux/module.h by Daniel Mack · 12 years ago
  73. ca33c00 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  74. 9740e00 gianfar: Fix RXICr/TXICr programming for multi-queue mode by Claudiu Manoil · 12 years ago
  75. 7cecb52 net: Downgrade CAP_SYS_MODULE deprecated message from error to warning. by Vinson Lee · 12 years ago
  76. d9b8706 net: qmi_wwan: fix Oops while disconnecting by Bjørn Mork · 12 years ago
  77. 9acc7bd Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  78. ccce27c Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 12 years ago
  79. 221d3eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  80. 9a7c6b7 Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  81. 8b9468d watchdog: core: fix WDIOC_GETSTATUS return value by Wim Van Sebroeck · 12 years ago
  82. a089361 watchdog: hpwdt: Unregister NMI events on exit. by Mingarelli, Thomas · 12 years ago
  83. e5de32e watchdog: iTCO_wdt: add platform driver module alias by Jan Beulich · 12 years ago
  84. 34202e2 mwifiex: retrieve correct max_power information in reg_notifier handler by Amitkumar Karwar · 12 years ago
  85. 2041d7d mwifiex: do not advertise custom regulatory domain capability by Amitkumar Karwar · 12 years ago
  86. caa8984 mwifiex: use correct firmware command to get power limits by Amitkumar Karwar · 12 years ago
  87. 1a1fb97 mwifiex: wakeup main thread to handle command queued by Amitkumar Karwar · 12 years ago
  88. 4699791 ath9k: de-duplicate initvals by Felix Fietkau · 12 years ago
  89. 589ebd8 ath9k: update AR934x initvals to latest version by Felix Fietkau · 12 years ago
  90. d8fffb4 ath9k: Fix signedness in a MCI debug message by Mohammed Shafi Shajakhan · 12 years ago
  91. 8129448 ath9k_hw: make use of the wrapper to check for MCI init by Mohammed Shafi Shajakhan · 12 years ago
  92. 73dc3eb ath9k: fix ANI operation in AP mode by Felix Fietkau · 12 years ago
  93. 26b6da6 iwlegacy: print how long queue was actually stuck by Paul Bolle · 12 years ago
  94. 4a9c469 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  95. ef72622 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  96. f3747e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  97. de03309 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  98. 1df2ae3 udf: Fortify loading of sparing table by Jan Kara · 12 years ago
  99. adee11b udf: Avoid run away loop when partition table length is corrupted by Jan Kara · 12 years ago
  100. cb14d34 udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol() by Jan Kara · 12 years ago