1. 40e4783 ipv4: arp: Cleanup in arp.c by Igor Maravic · 14 years ago
  2. 0a5912d tcp: remove TCP_OFF and TCP_PAGE macros by Eric Dumazet · 14 years ago
  3. b474ae7 bql: fix CONFIG_XPS=n build by Eric Dumazet · 14 years ago
  4. 4fa48bf tcp: fix tcp_trim_head() by Eric Dumazet · 14 years ago
  5. 7d31130 caif: Stash away hijacked skb destructor and call it later by sjur.brandeland@stericsson.com · 14 years ago
  6. 0e4c7d8 caif: Add support for flow-control on device's tx-queue by sjur.brandeland@stericsson.com · 14 years ago
  7. 7ad65bf caif: Add support for CAIF over CDC NCM USB interface by sjur.brandeland@stericsson.com · 14 years ago
  8. 63afe12 if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1. by sjur.brandeland@stericsson.com · 14 years ago
  9. 5d91c2d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 14 years ago
  10. 17e6abe infiniband: ipoib: Sanitize neighbour handling in ipoib_main.c by David Miller · 14 years ago
  11. 51e059b cxgb4i: Handle dst_get_neighbour_noref() returning NULL. by David Miller · 14 years ago
  12. a58b61e libcxgbi: Handle dst_get_neighbour_noref() returning NULL. by David Miller · 14 years ago
  13. 3786cf1 infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper function. by David Miller · 14 years ago
  14. 40e2bb5 infiniband: nes: Use dst's neighbour entry. by David Miller · 14 years ago
  15. c4be62a cxgb3: Handle NULL dst neighbour in cxgb3_offload.c by David Miller · 14 years ago
  16. a475712 cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour. by David Miller · 14 years ago
  17. 51d4597 infiniband: addr: Consolidate code to fetch neighbour hardware address from dst. by David Miller · 14 years ago
  18. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 14 years ago
  19. 560f20d ixgbe: Remove function prototype for non-existent function by Greg Rose · 14 years ago
  20. 43497cc ixgbe: DCB: IEEE transitions may fail to reprogram hardware. by John Fastabend · 14 years ago
  21. 4909fe9 ixgbe: DCBnl set_all, order of operations fix by John Fastabend · 14 years ago
  22. e8c626e igb: Update DMA Coalescing threshold calculation. by Matthew Vick · 14 years ago
  23. 5f4a780 e1000e: hitting BUG_ON() from napi_enable by Bruce Allan · 14 years ago
  24. 09357b0 e1000e: Avoid wrong check on TX hang by Jeff Kirsher · 14 years ago
  25. 761965e tcp: tcp_sendmsg() page recycling by Eric Dumazet · 14 years ago
  26. 117632e tcp: take care of misalignments by Eric Dumazet · 14 years ago
  27. c2e4e25 sfc: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 14 years ago
  28. ddf98e6 ll_temac: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 14 years ago
  29. a1de221 enic: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 14 years ago
  30. 01e2374 bnx2x: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 14 years ago
  31. fdf5af0 tcp: drop SYN+FIN messages by Eric Dumazet · 14 years ago
  32. 78a8a36 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 14 years ago
  33. 04a6f44 ipv6: Kill ndisc_get_neigh() inline helper. by David S. Miller · 14 years ago
  34. 3830847 ipv6: Various cleanups in route.c by David S. Miller · 14 years ago
  35. 507c9b1 ipv6: Various cleanups in ip6_route.c by David S. Miller · 14 years ago
  36. ccb1352 net: Add Open vSwitch kernel components. by Jesse Gross · 14 years ago
  37. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 14 years ago
  38. 396cf94 vlan: Move vlan_set_encap_proto() to vlan header file by Pravin B Shelar · 14 years ago
  39. b4e1661 genetlink: Add rcu_dereference_genl and genl_dereference. by Jesse Gross · 14 years ago
  40. 86b1309 genetlink: Add lockdep_genl_is_held(). by Pravin B Shelar · 14 years ago
  41. 263ba61 genetlink: Add genl_notify() by Pravin B Shelar · 14 years ago
  42. 340e8dc atm: clip: Remove code commented out since eternity. by David S. Miller · 14 years ago
  43. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  44. 7505afe forcedeath: Fix bql support for forcedeath by Igor Maravic · 14 years ago
  45. 1d214fa niu: Fix typo in comment. by David S. Miller · 14 years ago
  46. 5983fe2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 14 years ago
  47. 3ced1be netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NS by David S. Miller · 14 years ago
  48. efa230f niu: Add support for byte queue limits. by David S. Miller · 14 years ago
  49. 63ec3c8 niu: Remove redundant PHY ID test. by David S. Miller · 14 years ago
  50. d01ff0a ipv4: flush route cache after change accept_local by Peter Pan(潘卫平) · 14 years ago
  51. 1ee5fa1 sch_red: fix red_change by Eric Dumazet · 14 years ago
  52. 5611cc45 Linux 3.2-rc4 by Linus Torvalds · 14 years ago
  53. 0a4ebed Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  54. 9392557 ocfs2: avoid unaligned access to dqc_bitmap by Akinobu Mita · 14 years ago
  55. 3b120ab Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 14 years ago
  56. d984e61 dccp: Fix compile warning in probe code. by David S. Miller · 14 years ago
  57. 6569861 net: Make ndo_neigh_destroy return void. by David S. Miller · 14 years ago
  58. 59c2cda Revert "udp: remove redundant variable" by David S. Miller · 14 years ago
  59. b03b6dd bridge: master device stuck in no-carrier state forever when in user-stp mode by Vitalii Demianets · 14 years ago
  60. efbc368 ipv4: Perform peer validation on cached route lookup. by David S. Miller · 14 years ago
  61. 84f9307 ipv4: use a 64bit load/store in output path by Eric Dumazet · 14 years ago
  62. 898f735 dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb(). by David S. Miller · 14 years ago
  63. fa17a01 powerpc: tqm8548/tqm8xx: add and update CAN device nodes by Wolfgang Grandegger · 14 years ago
  64. e285e44 can: cc770: add platform bus driver for the CC770 and AN82527 by Wolfgang Grandegger · 14 years ago
  65. edd2c26 can: cc770: add legacy ISA bus driver for the CC770 and AN82527 by Wolfgang Grandegger · 14 years ago
  66. 2a367c3 can: cc770: add driver core for the Bosch CC770 and Intel AN82527 by Wolfgang Grandegger · 14 years ago
  67. d7d7596 icplus: mdio_write(), remove unnecessary for loop by Patrick Kelle · 14 years ago
  68. b536db9 net: net_device flags is an unsigned int by Eric Dumazet · 14 years ago
  69. ea1f51b dsa: Include linux/if_ether.h to fix build error by Axel Lin · 14 years ago
  70. fc33cc7 netem: fix build error on 32bit arches by Eric Dumazet · 14 years ago
  71. b930c26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 14 years ago
  72. f4a8e65 Btrfs: fix meta data raid-repair merge problem by Jan Schmidt · 14 years ago
  73. 8f89148 net/core: fix rollback handler in register_netdevice_notifier by RongQing.Li · 14 years ago
  74. 8aa953d caif: Remove unused attributes from struct cflayer by sjur.brandeland@stericsson.com · 14 years ago
  75. e977b4c caif: Remove unused enum and parameter in cfserl by sjur.brandeland@stericsson.com · 14 years ago
  76. 7c18d22 caif: Restructure how link caif link layer enroll by sjur.brandeland@stericsson.com · 14 years ago
  77. 200c5a3 caif: Allow cfpkt_extr_head to process empty message by sjur.brandeland@stericsson.com · 14 years ago
  78. ea6a5d3 sch_red: fix red_calc_qavg_from_idle_time by Eric Dumazet · 14 years ago
  79. 7bc0f28 netem: rate extension by Hagen Paul Pfeifer · 14 years ago
  80. 99d2f47 ipv6 : mcast : Delete useless parameter in ip6_mc_add1_src() by Jun Zhao · 14 years ago
  81. 5eb81e89 ipv4 : igmp : Delete useless parameter in ip_mc_add1_src() by Jun Zhao · 14 years ago
  82. 917fbdb bonding: only use primary address for ARP by Henrik Saavedra Persson · 14 years ago
  83. 11d814a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  84. c290b2f Merge branch 'dt-for-linus' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 14 years ago
  85. d6e92d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 14 years ago
  86. cd5b49b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  87. 4cbd6b1 ARM: 7182/1: ARM cpu topology: fix warning by Vincent Guittot · 14 years ago
  88. b5bed7f ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and below by Jon Medhurst (Tixy) · 14 years ago
  89. 14383c2 ARM: 7180/1: Change kprobes testcase with unpredictable STRD instruction by Jon Medhurst (Tixy) · 14 years ago
  90. 32092ec atm: clip: Use device neigh support on top of "arp_tbl". by David Miller · 14 years ago
  91. da6a8fa neigh: Add device constructor/destructor capability. by David Miller · 14 years ago
  92. 869759b atm: clip: Convert over to neighbour_priv() by David Miller · 14 years ago
  93. 76cc714 neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. by David Miller · 14 years ago
  94. 596b9b6 neigh: Add infrastructure for allocating device neigh privates. by David Miller · 14 years ago
  95. 5b8b006 neigh: Get rid of neigh_table->kmem_cachep by David Miller · 14 years ago
  96. 1026fec neigh: Create mechanism for generic neigh private areas. by David Miller · 14 years ago
  97. 218fa90 ipv4: fix lockdep splat in rt_cache_seq_show by Eric Dumazet · 14 years ago
  98. 449fa02 sfc: fix race in efx_enqueue_skb_tso() by Eric Dumazet · 14 years ago
  99. f7e5704 sch_teql: fix lockdep splat by Eric Dumazet · 14 years ago
  100. e983190 bnx2: Support for byte queue limits by Eric Dumazet · 14 years ago