1. c60ee67 bridge: remove unused variable ifm by Hong zhi guo · 11 years ago
  2. ea407f0 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  3. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  4. e5c5d22 net: add ETH_P_802_3_MIN by Simon Horman · 11 years ago
  5. e2a553d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  6. 1b5ab0d net: use the frag lru_lock to protect netns_frags.nqueues update by Jesper Dangaard Brouer · 11 years ago
  7. 68399ac net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loop by Jesper Dangaard Brouer · 11 years ago
  8. 5a048e3 net: core: let's use native isxdigit instead of custom by Andy Shevchenko · 11 years ago
  9. 40893fd net: switch to use skb_probe_transport_header() by Jason Wang · 11 years ago
  10. e5d5dec net: core: let skb_partial_csum_set() set transport header by Jason Wang · 11 years ago
  11. 0c81465 batman-adv: use seq_puts instead of seq_printf when the format is constant by Antonio Quartulli · 11 years ago
  12. 9cb812c batman-adv: update Makefile copyright years by Antonio Quartulli · 11 years ago
  13. 9998bb7 batman-adv: Start new development cycle by Simon Wunderlich · 11 years ago
  14. cb4b0d4 batman-adv: free an hard-interface before adding it by Antonio Quartulli · 11 years ago
  15. 3dbd550 batman-adv: Allow to modify slaves of soft-interfaces through rntl_link by Sven Eckelmann · 11 years ago
  16. a4ac28c batman-adv: Allow to use rntl_link for device creation/deletion by Sven Eckelmann · 11 years ago
  17. e07932a batman-adv: rename batadv_softif_destroy to reflect sysfs use case by Marek Lindner · 11 years ago
  18. a15fd36 batman-adv: Don't always delete softif when last slave was removed by Sven Eckelmann · 11 years ago
  19. b324602 batman-adv: Move deinitialization of soft-interface to destructor by Sven Eckelmann · 11 years ago
  20. 3713029 batman-adv: Move soft-interface initialization to ndo_init by Sven Eckelmann · 11 years ago
  21. e6a0b49 batman-adv: Fix endianness errors for network coding by Martin Hundebøll · 11 years ago
  22. 6bdeaba 6lowpan: use IEEE802154_ADDR_LEN instead of a magic number by Tony Cheneau · 11 years ago
  23. ababf38 6lowpan: fix a small formatting issue by Tony Cheneau · 11 years ago
  24. 6364e6e ieee802154/dgram: Pass source address in dgram_recvmsg by Stephen Röttger · 11 years ago
  25. b175293 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  26. 5d53848 Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  27. 330305c ipv4: Fix ip-header identification for gso packets. by Pravin B Shelar · 11 years ago
  28. 15e5a03 net_sched: better precise estimation on packet length for untrusted packets by Jason Wang · 11 years ago
  29. c1aad27 packet: set transport header before doing xmit by Jason Wang · 11 years ago
  30. 24363b6 6lowpan: modify udp compression/uncompression to match the standard by Tony Cheneau · 11 years ago
  31. 43de7aa 6lowpan: use the PANID provided by the device instead of a static value by Tony Cheneau · 11 years ago
  32. c7d0ab2 6lowpan: obtain IEEE802.15.4 sequence number from the MAC layer by Tony Cheneau · 11 years ago
  33. 0483546 mac802154: add mac802154_dev_get_dsn() by Tony Cheneau · 11 years ago
  34. d4ac323 6lowpan: store fragment tag values per device instead of net stack wide by Tony Cheneau · 11 years ago
  35. 9da2924 6lowpan: add debug messages for 6LoWPAN fragmentation by Tony Cheneau · 11 years ago
  36. d991b98 6lowpan: fix first fragment (FRAG1) handling by Tony Cheneau · 11 years ago
  37. 58ef67c 6lowpan: use short IEEE 802.15.4 addresses for broadcast destination by Tony Cheneau · 11 years ago
  38. cf69206 mac802154: turn on ACK when enabled by the upper layers by Tony Cheneau · 11 years ago
  39. f333a15 6lowpan: always enable link-layer acknowledgments by Tony Cheneau · 11 years ago
  40. f5c20f5 6lowpan: next header is not properly set upon decompression of a UDP header. by Tony Cheneau · 11 years ago
  41. 8d879a3 6lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible address correctly by Tony Cheneau · 11 years ago
  42. de179c8 netlink: have length check of rtnl msg before deref by Hong zhi guo · 11 years ago
  43. 14134f6 af_unix: dont send SCM_CREDENTIAL when dest socket is NULL by dingtianhong · 11 years ago
  44. cb6bf35 firewire net, ipv6: IPv6 over Firewire (RFC3146) support. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  45. 6752c8d firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  46. f61dd38 Tunneling: use IP Tunnel stats APIs. by Pravin B Shelar · 11 years ago
  47. fd58156 IPIP: Use ip-tunneling code. by Pravin B Shelar · 11 years ago
  48. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  49. eaac5f3 net: Print functions in /proc/net/ptype without the offset. by David S. Miller · 11 years ago
  50. a79ca22 ipv6: fix bad free of addrconf_init_net by Hong Zhiguo · 11 years ago
  51. ded34e0 unix: fix a race condition in unix_release() by Paul Moore · 11 years ago
  52. 25c7704 ipv4: Fix ip-header identification for gso packets. by Pravin B Shelar · 11 years ago
  53. 5594c32 Revert "udp: increase inner ip header ID during segmentation" by Pravin B Shelar · 11 years ago
  54. 9cb690d Revert "ip_gre: increase inner ip header ID during segmentation" by Pravin B Shelar · 11 years ago
  55. 5f64a7d dsa: fix freeing of sparse port allocation by Florian Fainelli · 11 years ago
  56. 2116824 dsa: factor freeing of dsa_platform_data by Florian Fainelli · 11 years ago
  57. da13482 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  58. 1166fde6 SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked by Trond Myklebust · 11 years ago
  59. 7ebe183 tcp: undo spurious timeout after SACK reneging by Yuchung Cheng · 11 years ago
  60. 9b46922 bridge: fix crash when set mac address of br interface by Hong zhi guo · 11 years ago
  61. 4a7df34 8021q: fix a potential use-after-free by Cong Wang · 11 years ago
  62. 9979a55 net: remove a WARN_ON() in net_enable_timestamp() by Eric Dumazet · 11 years ago
  63. 7b99a99 bridge: avoid br_ifinfo_notify when nothing changed by Hong zhi guo · 11 years ago
  64. 5e95329b dsa: add device tree bindings to register DSA switches by Florian Fainelli · 11 years ago
  65. eec2e61 ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling by Hannes Frederic Sowa · 11 years ago
  66. be99197 inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6 by Hannes Frederic Sowa · 11 years ago
  67. 63998ac ipv6: provide addr and netconf dump consistency info by Nicolas Dichtel · 11 years ago
  68. 0465277 ipv4: provide addr and netconf dump consistency info by Nicolas Dichtel · 11 years ago
  69. 1b7c92b l2tp: calling the ref() instead of deref() by Dan Carpenter · 11 years ago
  70. ea3d1cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  71. 2fa70df decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET_ROUTER by Thomas Graf · 11 years ago
  72. f4541d6 tcp: preserve ACK clocking in TSO by Eric Dumazet · 11 years ago
  73. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  74. 58d7d8f decnet: Parse netlink attributes on our own by Thomas Graf · 11 years ago
  75. d6a8c36 udp: increase inner ip header ID during segmentation by Cong Wang · 11 years ago
  76. 10c0d7e ip_gre: increase inner ip header ID during segmentation by Cong Wang · 11 years ago
  77. eaaa313 netlink: Diag core and basic socket info dumping (v2) by Andrey Vagin · 11 years ago
  78. 0f29c76 net: prepare netlink code for netlink diag by Andrey Vagin · 11 years ago
  79. 4021db9 net: remove redundant ifdef CONFIG_CGROUPS by Zefan Li · 11 years ago
  80. e33099f tcp: implement RFC5682 F-RTO by Yuchung Cheng · 11 years ago
  81. ab42d9e tcp: refactor CA_Loss state processing by Yuchung Cheng · 11 years ago
  82. 9b44190 tcp: refactor F-RTO by Yuchung Cheng · 11 years ago
  83. 5470b46 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  84. b9d5319 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  85. 8fdc929 dynticks: avoid flow_cache_flush() interrupting every core by Chris Metcalf · 11 years ago
  86. 3e5289d filter: add ANC_PAY_OFFSET instruction for loading payload start offset by Daniel Borkmann · 11 years ago
  87. f77668d net: flow_dissector: add __skb_get_poff to get a start offset to payload by Daniel Borkmann · 11 years ago
  88. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  89. 896ee0e net/irda: add missing error path release_sock call by Kees Cook · 11 years ago
  90. 283951f ipconfig: Fix newline handling in log message. by Martin Fuzzey · 11 years ago
  91. 8ed7816 flow_keys: include thoff into flow_keys for later usage by Daniel Borkmann · 11 years ago
  92. f6e16b2 l2tp: unhash l2tp sessions on delete, not on free by Tom Parkin · 11 years ago
  93. 7b7c071 l2tp: avoid deadlock in l2tp stats update by Tom Parkin · 11 years ago
  94. cf2f5c8 l2tp: push all ppp pseudowire shutdown through .release handler by Tom Parkin · 11 years ago
  95. 4c6e2fd l2tp: purge session reorder queue on delete by Tom Parkin · 11 years ago
  96. 48f72f9 l2tp: add session reorder queue purge function to core by Tom Parkin · 11 years ago
  97. 02d13ed l2tp: don't BUG_ON sk_socket being NULL by Tom Parkin · 11 years ago
  98. 8abbbe8 l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup by Tom Parkin · 11 years ago
  99. 2b551c6 l2tp: close sessions before initiating tunnel delete by Tom Parkin · 11 years ago
  100. 9360631 l2tp: close sessions in ip socket destroy callback by Tom Parkin · 11 years ago