1. 938177e netfilter: Correct calculation using skb->tail and skb-network_header by Simon Horman · 11 years ago
  2. db8caf3 gro: should aggregate frames without DF by Eric Dumazet · 11 years ago
  3. c3f1dba net: Update RFS target at poll for tcp/udp by David Majnemer · 11 years ago
  4. aef6de5 sctp: Correct byte order of access to skb->{network, transport}_header by Simon Horman · 11 years ago
  5. c7d9d6a tcp: undo on DSACK during recovery by Yuchung Cheng · 11 years ago
  6. 7026b91 tcp: fix undo on partial ack in recovery by Yuchung Cheng · 11 years ago
  7. 6a63df4 tcp: refactor undo functions by Yuchung Cheng · 11 years ago
  8. 6804973 tcp: consolidate PRR packet accounting by Yuchung Cheng · 11 years ago
  9. a230e03 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  10. 7cc4619 net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail by Simon Horman · 11 years ago
  11. 158874c sctp: Correct access to skb->{network, transport}_header by Simon Horman · 11 years ago
  12. f7c0c2a ipv4: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  13. 29a3cad ipv6: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  14. ced14f6 net: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  15. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  16. 6715fd3 batman-adv: Start new development cycle by Simon Wunderlich · 11 years ago
  17. e91ecfc batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.c by Martin Hundebøll · 11 years ago
  18. 5f80df6 batman-adv: print the VID properly by Antonio Quartulli · 11 years ago
  19. eb2deb6 batman-adv: change VID semantic in the BLA code by Antonio Quartulli · 11 years ago
  20. aa27c312 batman-adv: do not print orig nodes without nc neighbors on nc table print by Marek Lindner · 11 years ago
  21. e54c77f batman-adv: Remove unnecessary INIT_HLIST_NODE() calls by Linus Lüssing · 11 years ago
  22. d4ff40f batman-adv: pass a 16bit long flag argument to tt_global_add() by Antonio Quartulli · 11 years ago
  23. 41ab6c4 batman-adv: don't deal with NET_IP_ALIGN manually by Antonio Quartulli · 11 years ago
  24. 3abe4ad batman-adv: refactor batadv_tt_local_event() by Antonio Quartulli · 11 years ago
  25. d989661 batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.c by Antonio Quartulli · 11 years ago
  26. 24a5dee batman-adv: move ring_buffer helper functions in bat_iv_ogm by Antonio Quartulli · 11 years ago
  27. 7ed4be9 batman-adv: use eth_hdr() when it makes sense by Antonio Quartulli · 11 years ago
  28. 7db3fc2 batman-adv: don't initialise batman_iv private members in hard-interface.c by Antonio Quartulli · 11 years ago
  29. 38dc40e batman-adv: do not silently ignore wrong condition by Antonio Quartulli · 11 years ago
  30. a3b81b6 batman-adv: don't check compat version twice by Antonio Quartulli · 11 years ago
  31. 281581d batman-adv: don't check the source address twice by Antonio Quartulli · 11 years ago
  32. d1dc307 batman-adv: slightly improve neighbor creation debug message by Antonio Quartulli · 11 years ago
  33. 863dd7a batman-adv: drop useless argument seqno in neighbor creation by Antonio Quartulli · 11 years ago
  34. 9317801 batman-adv: fix typos in kernel doc & comments by Marek Lindner · 11 years ago
  35. caf65bf batman-adv: send each broadcast only once on non-wireless interfaces by Matthias Schiffer · 11 years ago
  36. de68d10 batman-adv: split batadv_is_wifi_iface() into two functions by Matthias Schiffer · 11 years ago
  37. 06ecf24 net: Fix build warnings after mac_header and transport_header became __u16. by David S. Miller · 11 years ago
  38. 6c8b4e3 arp: flush arp cache on IFF_NOARP change by Timo Teräs · 11 years ago
  39. be9efd3 net: pass changed flags along with NETDEV_CHANGE event by Jiri Pirko · 11 years ago
  40. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  41. da6e378 netpoll: remove return value from netpoll_rx_disable() by dingtianhong · 11 years ago
  42. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago
  43. c48b22d tcp: Remove 2 indentation levels in tcp_rcv_state_process by Joe Perches · 11 years ago
  44. 61eb9003 tcp: Remove another indentation level in tcp_rcv_state_process by Joe Perches · 11 years ago
  45. 1f6afc8 tcp: remove one indentation level in tcp_rcv_state_process() by Eric Dumazet · 11 years ago
  46. 42e52bf net: add netnotifier event for upper device change by Jiri Pirko · 11 years ago
  47. 6d0bfe2 net: ipv6: Add IPv6 support to the ping socket. by Lorenzo Colitti · 11 years ago
  48. e6ff4c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. eb3d339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  50. 161f65b bridge: Set vlan_features to allow offloads on vlans. by Vlad Yasevich · 11 years ago
  51. 547669d tcp: xps: fix reordering issues by Eric Dumazet · 11 years ago
  52. 497574c xfrm: properly handle invalid states as an error by Timo Teräs · 11 years ago
  53. 8892475 ipv6: use ipv6_addr_scope() helper by Cong Wang · 11 years ago
  54. 7996c79 ipv6: use ipv6_addr_any() helper by Cong Wang · 11 years ago
  55. 35f079e tcp: bug fix in proportional rate reduction. by Nandita Dukkipati · 11 years ago
  56. e43ac79 sch_tbf: segment too big GSO packets by Eric Dumazet · 11 years ago
  57. 1cdbcb7 net: Loosen constraints for recalculating checksum in skb_segment() by Simon Horman · 11 years ago
  58. 6b7df11 bridge: send query as soon as leave is received by Cong Wang · 11 years ago
  59. 9f00b2e bridge: only expire the mdb entry when query is received by Cong Wang · 11 years ago
  60. 1c8ad5b bridge: use the bridge IP addr as source addr for querier by Cong Wang · 11 years ago
  61. f69ae77 batman-adv: Avoid double freeing of bat_counters by Martin Hundebøll · 11 years ago
  62. 71cea17 tcp: md5: remove spinlock usage in fast path by Eric Dumazet · 11 years ago
  63. 99bbc70 rps: selective flow shedding during softnet overflow by Willem de Bruijn · 11 years ago
  64. ba7c96b 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
  65. 96f5a84 ip_gre: fix a possible crash in ipgre_err() by Eric Dumazet · 11 years ago
  66. 3e59cb0 tcp: remove bad timeout logic in fast recovery by Yuchung Cheng · 11 years ago
  67. d2f83e9 Hoist memcpy_fromiovec/memcpy_toiovec into lib/ by Rusty Russell · 11 years ago
  68. ff0102e net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue. by Chen Gang · 11 years ago
  69. caeaba7 ipv6: add support of peer address by Nicolas Dichtel · 11 years ago
  70. 6b21e1b netlabel: improve domain mapping validation by Paul Moore · 11 years ago
  71. 284041e ipv6: fix possible crashes in ip6_cork_release() by Eric Dumazet · 11 years ago
  72. 57b354e dev: remove duplicate 'skb->dev = dev' in dev_forward_skb() by Nicolas Dichtel · 11 years ago
  73. 7282222 batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT code by Linus Lüssing · 11 years ago
  74. d2cf436 tcp: speedup tcp_fixup_rcvbuf() by Eric Dumazet · 11 years ago
  75. 6ff50cd tcp: gso: do not generate out of order packets by Eric Dumazet · 11 years ago
  76. 5c4b274 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  77. e248ad3 cfg80211: fix sending WoWLAN TCP wakeup settings by Johannes Berg · 11 years ago
  78. de3d43a mac80211: report deauth to cfg80211 for local state change by Johannes Berg · 11 years ago
  79. 2430816 cfg80211: fix interface down/disconnect state handling by Johannes Berg · 11 years ago
  80. 2b9ccd4 mac80211: fix AP-mode frame matching by Johannes Berg · 11 years ago
  81. a838490 nl80211: Add wdev identifier to some nl80211 notifications by Ilan Peer · 11 years ago
  82. 655914a mac80211: use just spin_lock() in ieee80211_get_tkip_p2k() by Johannes Berg · 11 years ago
  83. f6b3d85 mac80211: fix spurious RCU warning and update documentation by Felix Fietkau · 11 years ago
  84. 3670946 mac80211: fix HT beacon-based channel switch handling by Johannes Berg · 11 years ago
  85. b8360ab mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUME by Johannes Berg · 11 years ago
  86. a92eecb cfg80211: fix WoWLAN wakeup tracing by Johannes Berg · 11 years ago
  87. 03cd7e4 cfg80211: fix wiphy_register error path by Johannes Berg · 11 years ago
  88. bc6bcb5 netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundary by Pablo Neira Ayuso · 11 years ago
  89. 109c3c0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  90. 8cdb46d netfilter: log: netns NULL ptr bug when calling from conntrack by Hans Schillstrom · 11 years ago
  91. faff57a net/802/mrp: fix lockdep splat by Eric Dumazet · 11 years ago
  92. 54d27fc tcp: fix tcp_md5_hash_skb_data() by Eric Dumazet · 11 years ago
  93. dbbffe6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  94. c10ebbf libceph: init sent and completed when starting by Alex Elder · 11 years ago
  95. 84c4a9d xfrm6: release dev before returning error by Cong Wang · 11 years ago
  96. 5dbd506 ipv6,gre: do not leak info to user-space by Amerigo Wang · 11 years ago
  97. f77d602 ipv6: do not clear pinet6 field by Eric Dumazet · 11 years ago
  98. fb863b8 Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  99. 2fbd967 ipv4: ip_output: remove inline marking of EXPORT_SYMBOL functions by Denis Efremov · 11 years ago
  100. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago