1. 9cb812c batman-adv: update Makefile copyright years by Antonio Quartulli · 11 years ago
  2. 9998bb7 batman-adv: Start new development cycle by Simon Wunderlich · 11 years ago
  3. cb4b0d4 batman-adv: free an hard-interface before adding it by Antonio Quartulli · 11 years ago
  4. 3dbd550 batman-adv: Allow to modify slaves of soft-interfaces through rntl_link by Sven Eckelmann · 11 years ago
  5. a4ac28c batman-adv: Allow to use rntl_link for device creation/deletion by Sven Eckelmann · 11 years ago
  6. e07932a batman-adv: rename batadv_softif_destroy to reflect sysfs use case by Marek Lindner · 11 years ago
  7. a15fd36 batman-adv: Don't always delete softif when last slave was removed by Sven Eckelmann · 11 years ago
  8. b324602 batman-adv: Move deinitialization of soft-interface to destructor by Sven Eckelmann · 11 years ago
  9. 3713029 batman-adv: Move soft-interface initialization to ndo_init by Sven Eckelmann · 11 years ago
  10. e6a0b49 batman-adv: Fix endianness errors for network coding by Martin Hundebøll · 11 years ago
  11. 6bdeaba 6lowpan: use IEEE802154_ADDR_LEN instead of a magic number by Tony Cheneau · 11 years ago
  12. ababf38 6lowpan: fix a small formatting issue by Tony Cheneau · 11 years ago
  13. 6364e6e ieee802154/dgram: Pass source address in dgram_recvmsg by Stephen Röttger · 11 years ago
  14. 15e5a03 net_sched: better precise estimation on packet length for untrusted packets by Jason Wang · 11 years ago
  15. c1aad27 packet: set transport header before doing xmit by Jason Wang · 11 years ago
  16. 24363b6 6lowpan: modify udp compression/uncompression to match the standard by Tony Cheneau · 11 years ago
  17. 43de7aa 6lowpan: use the PANID provided by the device instead of a static value by Tony Cheneau · 11 years ago
  18. c7d0ab2 6lowpan: obtain IEEE802.15.4 sequence number from the MAC layer by Tony Cheneau · 11 years ago
  19. 0483546 mac802154: add mac802154_dev_get_dsn() by Tony Cheneau · 11 years ago
  20. d4ac323 6lowpan: store fragment tag values per device instead of net stack wide by Tony Cheneau · 11 years ago
  21. 9da2924 6lowpan: add debug messages for 6LoWPAN fragmentation by Tony Cheneau · 11 years ago
  22. d991b98 6lowpan: fix first fragment (FRAG1) handling by Tony Cheneau · 11 years ago
  23. 58ef67c 6lowpan: use short IEEE 802.15.4 addresses for broadcast destination by Tony Cheneau · 11 years ago
  24. cf69206 mac802154: turn on ACK when enabled by the upper layers by Tony Cheneau · 11 years ago
  25. f333a15 6lowpan: always enable link-layer acknowledgments by Tony Cheneau · 11 years ago
  26. f5c20f5 6lowpan: next header is not properly set upon decompression of a UDP header. by Tony Cheneau · 11 years ago
  27. 8d879a3 6lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible address correctly by Tony Cheneau · 11 years ago
  28. de179c8 netlink: have length check of rtnl msg before deref by Hong zhi guo · 11 years ago
  29. cb6bf35 firewire net, ipv6: IPv6 over Firewire (RFC3146) support. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  30. 6752c8d firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  31. f61dd38 Tunneling: use IP Tunnel stats APIs. by Pravin B Shelar · 11 years ago
  32. fd58156 IPIP: Use ip-tunneling code. by Pravin B Shelar · 11 years ago
  33. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  34. eaac5f3 net: Print functions in /proc/net/ptype without the offset. by David S. Miller · 11 years ago
  35. 25c7704 ipv4: Fix ip-header identification for gso packets. by Pravin B Shelar · 11 years ago
  36. 5594c32 Revert "udp: increase inner ip header ID during segmentation" by Pravin B Shelar · 11 years ago
  37. 9cb690d Revert "ip_gre: increase inner ip header ID during segmentation" by Pravin B Shelar · 11 years ago
  38. 5f64a7d dsa: fix freeing of sparse port allocation by Florian Fainelli · 11 years ago
  39. 2116824 dsa: factor freeing of dsa_platform_data by Florian Fainelli · 11 years ago
  40. da13482 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  41. 7b99a99 bridge: avoid br_ifinfo_notify when nothing changed by Hong zhi guo · 11 years ago
  42. 5e95329b dsa: add device tree bindings to register DSA switches by Florian Fainelli · 11 years ago
  43. eec2e61 ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling by Hannes Frederic Sowa · 11 years ago
  44. be99197 inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6 by Hannes Frederic Sowa · 11 years ago
  45. 63998ac ipv6: provide addr and netconf dump consistency info by Nicolas Dichtel · 11 years ago
  46. 0465277 ipv4: provide addr and netconf dump consistency info by Nicolas Dichtel · 11 years ago
  47. 1b7c92b l2tp: calling the ref() instead of deref() by Dan Carpenter · 11 years ago
  48. ea3d1cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. 2fa70df decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET_ROUTER by Thomas Graf · 11 years ago
  50. f4541d6 tcp: preserve ACK clocking in TSO by Eric Dumazet · 11 years ago
  51. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  52. 58d7d8f decnet: Parse netlink attributes on our own by Thomas Graf · 11 years ago
  53. d6a8c36 udp: increase inner ip header ID during segmentation by Cong Wang · 11 years ago
  54. 10c0d7e ip_gre: increase inner ip header ID during segmentation by Cong Wang · 11 years ago
  55. eaaa313 netlink: Diag core and basic socket info dumping (v2) by Andrey Vagin · 11 years ago
  56. 0f29c76 net: prepare netlink code for netlink diag by Andrey Vagin · 11 years ago
  57. 4021db9 net: remove redundant ifdef CONFIG_CGROUPS by Zefan Li · 11 years ago
  58. e33099f tcp: implement RFC5682 F-RTO by Yuchung Cheng · 11 years ago
  59. ab42d9e tcp: refactor CA_Loss state processing by Yuchung Cheng · 11 years ago
  60. 9b44190 tcp: refactor F-RTO by Yuchung Cheng · 11 years ago
  61. 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
  62. 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
  63. 8fdc929 dynticks: avoid flow_cache_flush() interrupting every core by Chris Metcalf · 11 years ago
  64. 3e5289d filter: add ANC_PAY_OFFSET instruction for loading payload start offset by Daniel Borkmann · 11 years ago
  65. f77668d net: flow_dissector: add __skb_get_poff to get a start offset to payload by Daniel Borkmann · 11 years ago
  66. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  67. 896ee0e net/irda: add missing error path release_sock call by Kees Cook · 11 years ago
  68. 283951f ipconfig: Fix newline handling in log message. by Martin Fuzzey · 11 years ago
  69. 8ed7816 flow_keys: include thoff into flow_keys for later usage by Daniel Borkmann · 11 years ago
  70. f6e16b2 l2tp: unhash l2tp sessions on delete, not on free by Tom Parkin · 11 years ago
  71. 7b7c071 l2tp: avoid deadlock in l2tp stats update by Tom Parkin · 11 years ago
  72. cf2f5c8 l2tp: push all ppp pseudowire shutdown through .release handler by Tom Parkin · 11 years ago
  73. 4c6e2fd l2tp: purge session reorder queue on delete by Tom Parkin · 11 years ago
  74. 48f72f9 l2tp: add session reorder queue purge function to core by Tom Parkin · 11 years ago
  75. 02d13ed l2tp: don't BUG_ON sk_socket being NULL by Tom Parkin · 11 years ago
  76. 8abbbe8 l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup by Tom Parkin · 11 years ago
  77. 2b551c6 l2tp: close sessions before initiating tunnel delete by Tom Parkin · 11 years ago
  78. 9360631 l2tp: close sessions in ip socket destroy callback by Tom Parkin · 11 years ago
  79. e34f4c7 l2tp: export l2tp_tunnel_closeall by Tom Parkin · 11 years ago
  80. 9980d00 l2tp: add udp encap socket destroy handler by Tom Parkin · 11 years ago
  81. 44046a5 udp: add encap_destroy callback by Tom Parkin · 11 years ago
  82. f1e79e2 genetlink: trigger BUG_ON if a group name is too long by Masatake YAMATO · 11 years ago
  83. 90b2621 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 11 years ago
  84. 3dd6664 netfilter: remove unused "config IP_NF_QUEUE" by Paul Bolle · 11 years ago
  85. 77f65eb packet: packet fanout rollover during socket overload by Willem de Bruijn · 11 years ago
  86. 7b1b3fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  87. dece40e netfilter: nf_conntrack: speed up module removal path if netns in use by Vladimir Davydov · 11 years ago
  88. 4937636 netfilter: nf_conntrack: add include to fix sparse warning by stephen hemminger · 11 years ago
  89. ae08ce0 netfilter: nfnetlink_queue: zero copy support by Eric Dumazet · 11 years ago
  90. e844a92 netfilter: ctnetlink: allow to dump expectation per master conntrack by Pablo Neira Ayuso · 11 years ago
  91. b5fb82c xfrm: use xfrm direction when lookup policy by Baker Zhang · 11 years ago
  92. 5a3da1f inet: limit length of fragment queue hash table bucket lists by Hannes Frederic Sowa · 11 years ago
  93. c9bbb75 can: dump stack on protocol bugs by Oliver Hartkopp · 11 years ago
  94. bf93ad7 ipvs: remove extra rcu lock by Julian Anastasov · 11 years ago
  95. 0c12582 ipvs: add backup_only flag to avoid loops by Julian Anastasov · 11 years ago
  96. b962abd ipvs: fix some sparse warnings by Julian Anastasov · 11 years ago
  97. e9836f2 ipvs: fix hashing in ip_vs_svc_hashkey by Julian Anastasov · 11 years ago
  98. cf2e394 ipvs: fix sctp chunk length order by Julian Anastasov · 11 years ago
  99. 8fa48cb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
  100. 0d4f060 tcp: dont handle MTU reduction on LISTEN socket by Eric Dumazet · 11 years ago