1. 9f2e733 ipv6: 64bit version of ipv6_addr_diff(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  2. 25d46f4 ipv6: Move comment to right place. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  3. a4412a6 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  4. dd3332b ipv6: Store Router Alert option in IP6CB directly. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  5. 2b464f6 ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  6. c08977b ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  7. daad151 ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  8. e721985 ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  9. 6502ca5 ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  10. 3e4e4c1 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  11. 0c430d0 batman-adv: unbloat batadv_priv if debug is not enabled by Marek Lindner · 12 years ago
  12. 9338026 batman-adv: remove unused variable from orig_node struct by Marek Lindner · 12 years ago
  13. c0275e2 batman-adv: fix typo in debug message by Antonio Quartulli · 12 years ago
  14. 467b5fe batman-adv: use the const qualifier in hash functions by Antonio Quartulli · 12 years ago
  15. fa70655 batman-adv: don't compile the BLA switch if not requested by Antonio Quartulli · 12 years ago
  16. 3f87c42 batman-adv: remove useless NULL check by Antonio Quartulli · 12 years ago
  17. 46d160e batman-adv: remove useless blank lines before and after brackets by Antonio Quartulli · 12 years ago
  18. dec0507 batman-adv: Initialize lockdep class keys for hashes by Antonio Quartulli · 12 years ago
  19. 8425ec6 batman-adv: remove useless assignment in tt_local_add() by Antonio Quartulli · 12 years ago
  20. 39a3299 batman-adv: unify and properly print hex values by Antonio Quartulli · 12 years ago
  21. f9d8a53 batman-adv: print the CRC together with the translation tables by Antonio Quartulli · 12 years ago
  22. 85766a8 batman-adv: improve local translation table output by Antonio Quartulli · 12 years ago
  23. 7cf4d52 batman-adv: reduce local TT entry timeout to 10 minutes by Antonio Quartulli · 12 years ago
  24. 02233e0 batman-adv: Do not add multicast MAC addresses to translation table by Linus Lüssing · 12 years ago
  25. 5691744 batman-adv: use per_cpu_add helper by Shan Wei · 12 years ago
  26. 00494be networking/cs89x0.txt: delete stale information about hand patching by Paul Gortmaker · 12 years ago
  27. 18aafc6 net: splice: fix __splice_segment() by Eric Dumazet · 12 years ago
  28. fb01747 gianfar: use more portable i/o accessors by Kim Phillips · 12 years ago
  29. 28a2828 ipv4: fib: fix a comment. by Rami Rosen · 12 years ago
  30. 87696f9 net: Export __netdev_pick_tx so that it can be used in modules by Alexander Duyck · 12 years ago
  31. 17e1a42 tg3: missing break statement in tg3_get_5720_nvram_info() by Dan Carpenter · 12 years ago
  32. 024e967 net: Add support for XPS without sysfs being defined by Alexander Duyck · 12 years ago
  33. 01c5f86 net: Rewrite netif_set_xps_queues to address several issues by Alexander Duyck · 12 years ago
  34. 10cdc3f net: Rewrite netif_reset_xps_queue to allow for better code reuse by Alexander Duyck · 12 years ago
  35. 537c00d net: Add functions netif_reset_xps_queue and netif_set_xps_queue by Alexander Duyck · 12 years ago
  36. 416186f net: Split core bits of netdev_pick_tx into __netdev_pick_tx by Alexander Duyck · 12 years ago
  37. c10d736 softirq: reduce latencies by Eric Dumazet · 12 years ago
  38. 1def923 net_sched: more precise pkt_len computation by Eric Dumazet · 12 years ago
  39. 3d55b32 doc: Clarify behavior when sysctl tcp_ecn = 1 by Vijay Subramanian · 12 years ago
  40. 2382685 bnx2x: align define usage to satisfy static checkers by Ariel Elior · 12 years ago
  41. 2efd32e veth: fix a NULL deref in netif_carrier_off by Eric Dumazet · 12 years ago
  42. 1f1e495 cxgb4: Fix incorrect PFVF CMASK by Vipul Pandya · 12 years ago
  43. 8568658 DSA: Convert spaces to tabs where appropriate by Barry Grussling · 12 years ago
  44. ab381a9 DSA: Convert printk calls to netdev_info calls by Barry Grussling · 12 years ago
  45. 19b2f97 DSA: Convert repeated msleep calls to timeouts by Barry Grussling · 12 years ago
  46. 3675c8d DSA: Convert DSA comments to network-style comments by Barry Grussling · 12 years ago
  47. a0376db ipv6: Optimize ipv6_change_dsfield(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  48. 6c40d10 ipv6: Use container_of macro instead of magic number to get ipv6 header. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  49. 2916610 bnx2x: NULL dereference on error in debug code by Dan Carpenter · 12 years ago
  50. b4fff5f unix: Use FIELD_SIZEOF() in af_unix_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  51. ce6654c rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  52. 3523b29 openvswitch: Use FIELD_SIZEOF() in dp_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  53. fab2574 netlink: Use FIELD_SIZEOF() in netlink_proto_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  54. ba96bcb ipv6: Use FIELD_SIZEOF() in inet6_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  55. 95c7e0e ipv4: Use FIELD_SIZEOF() in inet_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  56. dd4544f bgmac: driver for GBit MAC core on BCMA bus by Rafał Miłecki · 12 years ago
  57. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  58. 948b337 net: init perm_addr in register_netdevice() by Jiri Pirko · 12 years ago
  59. 7265a6b netconsole: add IPv6 example in doc by Cong Wang · 12 years ago
  60. b3d936f netpoll: add IPv6 support by Cong Wang · 12 years ago
  61. acb3e04 ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library by Cong Wang · 12 years ago
  62. b7394d2 netpoll: prepare for ipv6 by Cong Wang · 12 years ago
  63. 0c7768a net: fec: Remove 'inline' declarations by Fabio Estevam · 12 years ago
  64. fda55ec net: introduce skb_transport_header_was_set() by Eric Dumazet · 12 years ago
  65. 0edb7ed Merge branch 'delete-8390-EISA' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 12 years ago
  66. c03a14e ethtool: consolidate work with ethtool_ops by Jiri Pirko · 12 years ago
  67. 6411280 bnx2x: Segregate SR-IOV code by Ariel Elior · 12 years ago
  68. 5ebae489 net: fec: report correct hardware stamping info to ethtool by Frank Li · 12 years ago
  69. d0e2c55 veth: avoid a NULL deref in veth_stats_one by Eric Dumazet · 12 years ago
  70. 428ac43 chelsio: Use netdev_<level> and pr_<level> by Joe Perches · 12 years ago
  71. bca94cf drivers/net: delete 8390 based EISA drivers. by Paul Gortmaker · 12 years ago
  72. 483f777 drivers/net: remove orphaned references to micro channel by Paul Gortmaker · 12 years ago
  73. 3066af5 team: use strlcpy with ethtool_drvinfo fields by Flavio Leitner · 12 years ago
  74. 5d134f1 tcp: make sysctl_tcp_ecn namespace aware by Hannes Frederic Sowa · 12 years ago
  75. 71bcdba ndisc: Use struct rd_msg for redirect message. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  76. 9ca1b22 net: splice: avoid high order page splitting by Eric Dumazet · 12 years ago
  77. 8113554 net: use ETHTOOL_FWVERS_LEN instead of ETHTOOL_BUSINFO_LEN for fw_ver strings by Jiri Pirko · 12 years ago
  78. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  79. 2afb9b5 ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on create by Jiri Pirko · 12 years ago
  80. efc61a3 ethoc: fix mac address set by Jiri Pirko · 12 years ago
  81. b681b65 tg3: Remove IS_ENABLED(CONFIG_HWMON) check by Nithin Nayak Sujir · 12 years ago
  82. 857001f tg3: Improve PCI function number detection. by Michael Chan · 12 years ago
  83. c86a856 tg3: Add NVRAM support for 5762 by Michael Chan · 12 years ago
  84. c65a17f tg3: Add support for new 5762 ASIC by Michael Chan · 12 years ago
  85. b7dc8c3 ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3) by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  86. ff43da8 NET: FEC: dynamtic check DMA desc buff type by Frank Li · 12 years ago
  87. 579e1d81 ethernet/broadcom/tg3: Fix sparse warning: constant 0x7fffffffffffffff is so big it is long long by Peter Hüwe · 12 years ago
  88. b2d4b15 smsc95xx: enable dynamic autosuspend by Steve Glendinning · 12 years ago
  89. e360a8b smsc95xx: eliminate duplicate warnings on io failure by Steve Glendinning · 12 years ago
  90. 912df26 net: introduce upper device lists and remove dev->master by David S. Miller · 12 years ago
  91. 85464ef net: kill dev->master by Jiri Pirko · 12 years ago
  92. 8b98a70 net: remove no longer used netdev_set_bond_master() and netdev_set_master() by Jiri Pirko · 12 years ago
  93. 471cb5a bonding: remove usage of dev->master by Jiri Pirko · 12 years ago
  94. 7f6e710 nes: remove usage of dev->master by Jiri Pirko · 12 years ago
  95. 1cdfd72 vlan: remove usage of dev->master in __vlan_find_dev_deep() by Jiri Pirko · 12 years ago
  96. 0347af5 qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lock by Jiri Pirko · 12 years ago
  97. 43c00a7 qlcnic: guard __vlan_find_dev_deep() by rcu_read_lock by Jiri Pirko · 12 years ago
  98. 2eea05b cxgb3: remove usage of dev->master by Jiri Pirko · 12 years ago
  99. 49bd8fb0 netpoll: remove usage of dev->master by Jiri Pirko · 12 years ago
  100. 74fdd93 bridge: remove usage of netdev_set_master() by Jiri Pirko · 12 years ago