1. 574e2af include: Convert ethernet mac address declarations to use ETH_ALEN by Joe Perches · 11 years ago
  2. e216975 uapi: Convert some uses of 6 to ETH_ALEN by Joe Perches · 11 years ago
  3. 376c731 net: add a temporary sanity check in skb_orphan() by Eric Dumazet · 11 years ago
  4. 3783072 cls_cgroup.h netprio_cgroup.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  5. 4fc7074 checksum: Remove extern from function prototypes by Joe Perches · 11 years ago
  6. 10dd9b7 cfg80211.h/mac80211.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  7. c1d8f80 ax25.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  8. 90972b2 arp/neighbour.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  9. cd2cf63 af_rxrpc.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  10. b60a828 af_unix.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  11. e8e54d3 addrconf.h: Remove extern function prototypes by Joe Perches · 11 years ago
  12. 7764a45 fib_rules: add .suppress operation by Stefan Tomanek · 11 years ago
  13. 5c15257 net: Remove extern from include/net/ scheduling prototypes by Joe Perches · 11 years ago
  14. c34a761 net: skb_orphan() changes by Eric Dumazet · 11 years ago
  15. f2f872f netem: Introduce skb_orphan_partial() helper by Eric Dumazet · 11 years ago
  16. ca4c3fc net: split rt_genid for ipv4 and ipv6 by fan.du · 11 years ago
  17. 5e24f74 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  18. c0155b2 tcp: Remove unused tcpct declarations and comments by Dmitry Popov · 11 years ago
  19. 81377c8 PCI: Add function to obtain minimum link width and speed by Jacob Keller · 11 years ago
  20. 59da381 PCI: move enum pcie_link_width into pci.h by Jacob Keller · 11 years ago
  21. 66cae9e rtnl: export physical port id via RT netlink by Jiri Pirko · 11 years ago
  22. 66b52b0 net: add ndo to get id of physical port of the device by Jiri Pirko · 11 years ago
  23. 60ff779 9p: client: remove unused code and any reference to "cancelled" function by Andi Shyti · 11 years ago
  24. fe6f700 net/mlx4_core: Respond to operation request by firmware by Yevgeny Petrilin · 11 years ago
  25. c26bf4a pktgen: Add UDPCSUM flag to support UDP checksums by Thomas Graf · 11 years ago
  26. 82a54d0 VSOCK: Move af_vsock.h and vsock_addr.h to include/net by Asias He · 11 years ago
  27. a88c32a USBNET: centralize computing of max rx/tx qlen by Ming Lei · 11 years ago
  28. 024ec3d net/sctp: Refactor SCTP skb checksum computation by Joe Stringer · 11 years ago
  29. e7428e9 virtio-net: put virtio net header inline with data by Michael S. Tsirkin · 11 years ago
  30. 18afa4b net: Make devnet_rename_seq static by Thomas Gleixner · 11 years ago
  31. c9bee3b7 tcp: TCP_NOTSENT_LOWAT socket option by Eric Dumazet · 11 years ago
  32. 64dc613 net: add sk_stream_is_writeable() helper by Eric Dumazet · 11 years ago
  33. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  34. 492b200 team: add support for sending multicast rejoins by Jiri Pirko · 11 years ago
  35. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 11 years ago
  36. fc423ff team: add peer notification by Jiri Pirko · 11 years ago
  37. 5b08e47 tcp: prefer packet timing to TS-ECR for RTT by Yuchung Cheng · 11 years ago
  38. 375fe02 tcp: consolidate SYNACK RTT sampling by Yuchung Cheng · 11 years ago
  39. eda2977 tun: Support software transmit time stamping. by Richard Cochran · 11 years ago
  40. cb820f8 net: Provide a generic socket error queue delivery method for Tx time stamps. by Richard Cochran · 11 years ago
  41. ecb2cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  42. d4b812d vlan: mask vlan prio bits by Eric Dumazet · 11 years ago
  43. 7a62711 Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  44. 3f334c2 Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 11 years ago
  45. c0d15cc linked-list: Remove __list_for_each by Dave Jones · 11 years ago
  46. aa01aa3 sysfs: use file mode defines from stat.h by Oliver Schinagl · 11 years ago
  47. 3493f69 sysfs: add more helper macro's for (bin_)attribute(_groups) by Oliver Schinagl · 11 years ago
  48. d05a6f9 driver core: add default groups to struct class by Greg Kroah-Hartman · 11 years ago
  49. 39ef311 driver core: Introduce device_create_groups by Guenter Roeck · 11 years ago
  50. 6ab9cea sysfs: add support for binary attributes in groups by Greg Kroah-Hartman · 11 years ago
  51. ced321b driver core: device.h: add RW and RO attribute macros by Greg Kroah-Hartman · 11 years ago
  52. e4b6360 sysfs.h: add BIN_ATTR macro by Greg Kroah-Hartman · 11 years ago
  53. f2f37f5 sysfs.h: add ATTRIBUTE_GROUPS() macro by Greg Kroah-Hartman · 11 years ago
  54. b9b3259 sysfs.h: add __ATTR_RW() macro by Greg Kroah-Hartman · 11 years ago
  55. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  56. 54be820 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  57. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  58. a95e691 rpc_create_*_dir: don't bother with qstr by Al Viro · 11 years ago
  59. be9c6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  60. 0da2736 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  61. 4fa109b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  62. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  63. c552441 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  64. 8586551 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  65. e9a17bd llist: llist_add() can use llist_add_batch() by Oleg Nesterov · 11 years ago
  66. fb4214d llist: fix/simplify llist_add() and llist_add_batch() by Oleg Nesterov · 11 years ago
  67. 4f5e65a fput: turn "list_head delayed_fput_list" into llist_head by Oleg Nesterov · 11 years ago
  68. bb458c6 Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  69. f2006e2 Merge branch 'linus' into timers/urgent by Thomas Gleixner · 11 years ago
  70. 1b375dc mutex: Move ww_mutex definitions to ww_mutex.h by Maarten Lankhorst · 11 years ago
  71. e04abfa Merge branches 'mlx5', 'qib' and 'srp' into for-next by Roland Dreier · 11 years ago
  72. 288dde9 mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB spec by Moshe Lazer · 11 years ago
  73. 9903883f Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 11 years ago
  74. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  75. 6d2fa9e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  76. 0edcd16 Merge tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 11 years ago
  77. d4d1cda Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 11 years ago
  78. 7728f03 Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  79. 8cbd0ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  80. 1466b77 Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  81. 19d2f8e Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  82. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  83. c72bb31 Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  84. db6e330 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  85. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  86. 4e2e277 zbud: add to mm/ by Seth Jennings · 11 years ago
  87. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  88. 8b80cda net: rename ll methods to busy-poll by Eliezer Tamir · 11 years ago
  89. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  90. 83d5e5b dm: optimize use SRCU and RCU by Mikulas Patocka · 11 years ago
  91. 8133633 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  92. 5f12972 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  93. 15a49b9 Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 11 years ago
  94. bfffbea Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  95. 34ae0a6 Merge tag 'for-3.11-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 11 years ago
  96. 7d3107d Merge tag 'for-v3.11' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 11 years ago
  97. 3aa78e0 Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next by Linus Torvalds · 11 years ago
  98. 50aaa6b Merge tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  99. bb93109 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 11 years ago
  100. e399eb5 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent by Ingo Molnar · 11 years ago