1. 4a633a6 xen-netback: allow changing the MAC address of the interface by Matt Wilson · 13 years ago
  2. e39363a netpoll: fix an uninitialized variable by Cong Wang · 13 years ago
  3. 9647bb8 ipv6: remove duplicated declaration of ip6_fragment() by Cong Wang · 13 years ago
  4. 930d52c Merge branch 'legacy-isa-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 13 years ago
  5. 0cc8d8d netfilter: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  6. 3f0d2ba ipv6: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  7. 50c3a48 ipv4: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  8. 8fbcec2 net: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  9. 2724680 neigh: Keep neighbour cache entries if number of them is small enough. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  10. 360eb5d ipmr: fix sparse warning when testing origin or group by Nicolas Dichtel · 13 years ago
  11. 463d413 drivers/net: delete old x86 variant of the seeq8005 driver by Paul Gortmaker · 13 years ago
  12. 0ffd89e drivers/net: delete Digital EtherWorks-3 support. by Paul Gortmaker · 13 years ago
  13. 1f1c7a5 drivers/net: delete old DEC depca ISA drivers support. by Paul Gortmaker · 13 years ago
  14. fce3cd4 drivers/net: delete the really obsolete 8390 based 10Mbit ISA drivers by Paul Gortmaker · 13 years ago
  15. bb37f12 drivers/net: delete old fujitsu based eth16i driver by Paul Gortmaker · 13 years ago
  16. 13a80cb8 drivers/net: delete at1700 ISA 10Mbit driver by Paul Gortmaker · 13 years ago
  17. d2477de drivers/net: delete old 8 bit ISA Racal ni5010 support. by Paul Gortmaker · 13 years ago
  18. 04861c53 drivers/net: delete Racal Interlan ISA ni52 (i825xx) driver by Paul Gortmaker · 13 years ago
  19. 8a59417 drivers/net: delete intel i825xx based znet notebook driver by Paul Gortmaker · 13 years ago
  20. f84932d drivers/net: delete ISA intel eexpress and eepro i825xx drivers by Paul Gortmaker · 13 years ago
  21. 0e245db drivers/net: delete the 3Com 3c505/3c507 intel i825xx support by Paul Gortmaker · 13 years ago
  22. 168e06ae drivers/net: delete old parallel port de600/de620 drivers by Paul Gortmaker · 13 years ago
  23. de8270f drivers/net: delete old 8bit ISA 3c501 driver. by Paul Gortmaker · 13 years ago
  24. 5205939 drivers/net: delete intel 486 panther onboard ethernet support by Paul Gortmaker · 13 years ago
  25. 6e07ba3 drivers/net: delete 486 Apricot support by Paul Gortmaker · 13 years ago
  26. 63b203b isdn/gigaset: beautify ev-layer.c by Tilman Schmidt · 13 years ago
  27. bc882b1 isdn/gigaset: beautify common.c by Tilman Schmidt · 13 years ago
  28. cdc4827 isdn/gigaset: beautify interface.c by Tilman Schmidt · 13 years ago
  29. d2ca848 isdn/gigaset: leave DLE mode before hanging up by Tilman Schmidt · 13 years ago
  30. 03f1828 isdn/divert: fix readability damage by Tilman Schmidt · 13 years ago
  31. 56567c6 drivers/net/ethernet/sfc/ptp.c: adjust duplicate test by Julia Lawall · 13 years ago
  32. b820bb6 ndisc: Do not try to update "updated" time if neighbour has already gone. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  33. 1002041 Merge branch 'dsa' by David S. Miller · 13 years ago
  34. f9bf5a2 dsa: make dsa_switch_setup check for valid port names by Florian Fainelli · 13 years ago
  35. f490be0 dsa: use an unique and non conflicting bus name for the slave MII bus by Florian Fainelli · 13 years ago
  36. 441d9d3 net: move rx and tx hash functions to net/core/flow_dissector.c by Cong Wang · 13 years ago
  37. cd5f204 Merge branch 'virtio_mac' by David S. Miller · 13 years ago
  38. 7e58d5a virtio-net: introduce a new control to set macaddr by Amos Kong · 13 years ago
  39. fa0879e net: split eth_mac_addr for better error handling by Stefan Hajnoczi · 13 years ago
  40. 40cbfc3 move virtnet_send_command() above virtnet_set_mac_address() by Amos Kong · 13 years ago
  41. 3fcd550 Merge branch 'mcast' by David S. Miller · 13 years ago
  42. 660b26d mcast: add multicast proxy support (IPv4 and IPv6) by Nicolas Dichtel · 13 years ago
  43. bbb923a mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() by Nicolas Dichtel · 13 years ago
  44. 202dc3f Documentation: remove obsolete networking/multicast.txt file by Paul Gortmaker · 13 years ago
  45. 12dfac6 Merge branch 'qeth' by David S. Miller · 13 years ago
  46. 0fa81cd qeth: Fix HiperSockets performance regression by Stefan Raspl · 13 years ago
  47. 819dc53 qeth: Make s390dbf card entries persistent by Stefan Raspl · 13 years ago
  48. 26e4b33 qeth: Update Kconfig wording by Stefan Raspl · 13 years ago
  49. 0f54761 qeth: Support VEPA mode by Stefan Raspl · 13 years ago
  50. eb3fb0b qeth: Remove unused exports by Stefan Raspl · 13 years ago
  51. 6ebb7f8 qeth: Fix retry logic in hardsetup by Stefan Raspl · 13 years ago
  52. 9acefd1 Merge branch 'ipv6_ndisc' by David S. Miller · 13 years ago
  53. 4d5c152 ndisc: Use compound literals to build redirect message. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  54. 1cb3fe5 ndisc: Break down ndisc_build_skb() and build message directly. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  55. b44b5f4 ndisc: Break down __ndisc_send(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  56. 7b3d9b0 ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  57. f4de84c ndisc: Use ndisc_send_skb() for redirect. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  58. aa4bdd4 ndisc: Remove icmp6h argument from ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  59. 5f5a011 ndisc: Make ndisc_fill_xxx_option() for sk_buff. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  60. 2ce13576 ndisc: Calculate message body length and option length separately. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  61. 5135e63 ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  62. 527a150 ndisc: Defer building IPv6 header. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  63. af9a997 ndisc: Remove dev argument for ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  64. f382d03 ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  65. c8d6c38 ndisc: Simplify arguments for ip6_nd_hdr(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  66. 2576f17 ipv6: Unshare ip6_nd_hdr() and change return type to void. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  67. de09334 ndisc: Introduce ndisc_alloc_skb() helper. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  68. 9c86daf ndisc: Introduce ndisc_fill_redirect_hdr_option(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  69. 6bce6b4 ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  70. c558e9f ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  71. 315ff09 ndisc: Reduce number of arguments for ndisc_fill_addr_option(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  72. 7373470 net: ethernet: davinci: Fix build breakage by Thierry Reding · 13 years ago
  73. 8258634 firewire net: Use LL_RESERVED_SPACE(), HH_DATA_OFF(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  74. b577d7e firewire net: Ensure checksumming in upper layer. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  75. 4fbc5b2 usbnet: pegasus: set wakeup enable in set_wol by Ming Lei · 13 years ago
  76. 546bfed net/mlx4_en: remove redundant code by Eric Dumazet · 13 years ago
  77. fb56863 ndisc: Make several arguments for ndisc_send_na() boolean. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  78. d164156 ipv6: Optimize ipv6_addr_is_ll_all_{nodes,routers}(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  79. 9d10077 ipv6: Optimize ipv6_addr_is_solict_mult(). by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  80. ca97a64 ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast Addresses. by YOSHIFUJI Hideaki / 吉藤英明 · 13 years ago
  81. b27b28c ipv6: Make ipv6_addr_is_XXX() return boolean. by YOSHIFUJI Hideaki · 13 years ago
  82. ad32791 net: asix: ax88772_unbind() can be static by Wu Fengguang · 13 years ago
  83. 8f60984 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  84. 41d06b1 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 13 years ago
  85. 5ac2a17 batman-adv: Start new development cycle by Antonio Quartulli · 13 years ago
  86. 0b87393 batman-adv: update copyright years by Antonio Quartulli · 13 years ago
  87. 5bc44dc batman-adv: postpone sysfs removal when unregistering by Simon Wunderlich · 13 years ago
  88. e76e432 batman-adv: rename random32() to prandom_u32() by Akinobu Mita · 13 years ago
  89. 88a32c9 batman-adv: kernel doc for types.h by Marek Lindner · 13 years ago
  90. 712bbfe4 batman-adv: rename batadv_claim struct to make clear it is used by bla by Marek Lindner · 13 years ago
  91. bae9877 batman-adv: rename batadv_backbone_gw struct to make clear it is used by bla by Marek Lindner · 13 years ago
  92. 28500f0 batman-adv: rename batadv_recvlist_node struct to make clear it is used by vis by Marek Lindner · 13 years ago
  93. 015b4ae batman-adv: rename batadv_if_list_entry struct to make clear it is used by vis by Marek Lindner · 13 years ago
  94. 2006fea batman-adv: group tt type definitions together by Marek Lindner · 13 years ago
  95. 0abf5d8 batman-adv: mark debug_log struct as bat_priv only struct by Marek Lindner · 13 years ago
  96. b6d0ab7 batman-adv: align kernel doc properly by Marek Lindner · 13 years ago
  97. 7241444 batman-adv: a delayed_work has to be initialised once by Antonio Quartulli · 13 years ago
  98. 4b9ea46 igb: Copyright string update to year 2013 by Akeem G. Abodunrin · 13 years ago
  99. 70d289b igb: Replace rmb in Tx cleanup with read_barrier_depends by Alexander Duyck · 13 years ago
  100. 088245a ixgbevf: Fix statistics corruption by Greg Rose · 13 years ago