1. 35fc92a [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE by Herbert Xu · 18 years ago
  2. fa0b2d1 [NET] fib_rules: Add no-operation action by Thomas Graf · 18 years ago
  3. 2b44368 [NET] fib_rules: Mark rules detached from the device by Thomas Graf · 18 years ago
  4. 0947c9fe [NET] fib_rules: goto rule action by Thomas Graf · 18 years ago
  5. de6e05c [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet by Yasuyuki Kozakai · 18 years ago
  6. 5f79e0f [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled by Yasuyuki Kozakai · 18 years ago
  7. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 18 years ago
  8. e284986 [RTNL]: Message handler registration interface by Thomas Graf · 18 years ago
  9. 89560b5 [DCCP]: Sample RTT from SYN exchange by Gerrit Renker · 18 years ago
  10. a36ca73 [NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END} by Arnaldo Carvalho de Melo · 18 years ago
  11. 897933b [SK_BUFF]: Remove skb_add_mtu() leftovers by Arnaldo Carvalho de Melo · 18 years ago
  12. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 18 years ago
  13. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  14. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  15. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 18 years ago
  16. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 18 years ago
  17. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 18 years ago
  18. 0a6114d [KBUILD]: Unifdef headers changed by the skb layer header refactorings by Arnaldo Carvalho de Melo · 18 years ago
  19. c8e2078 [NETFILTER]: ctnetlink: add support for internal tcp connection tracking flags handling by Pablo Neira Ayuso · 18 years ago
  20. e7ac05f [NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skb by Yasuyuki Kozakai · 18 years ago
  21. edda553 [NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb by Yasuyuki Kozakai · 18 years ago
  22. 8e87e01 [JHASH]: Use const in jhash2 by Patrick McHardy · 18 years ago
  23. a3c5029 [NETFILTER]: nfnetlink: use mutex instead of semaphore by Patrick McHardy · 18 years ago
  24. 587aa64 [NETFILTER]: Remove IPv4 only connection tracking/NAT by Patrick McHardy · 18 years ago
  25. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  26. 39b8916 [SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h by Arnaldo Carvalho de Melo · 18 years ago
  27. b0061ce [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph by Arnaldo Carvalho de Melo · 18 years ago
  28. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 18 years ago
  29. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 18 years ago
  30. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 18 years ago
  31. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 18 years ago
  32. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 18 years ago
  33. cc70ab2 [ICMP6]: Introduce icmp6_hdr() by Arnaldo Carvalho de Melo · 18 years ago
  34. 2c0fd38 [SCTP]: Introduce sctp_hdr() by Arnaldo Carvalho de Melo · 18 years ago
  35. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 18 years ago
  36. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 18 years ago
  37. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  38. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 18 years ago
  39. d0a92be [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph by Arnaldo Carvalho de Melo · 18 years ago
  40. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 18 years ago
  41. c14d245 [SK_BUFF]: Introduce skb_set_network_header by Arnaldo Carvalho de Melo · 18 years ago
  42. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 18 years ago
  43. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 18 years ago
  44. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  45. 797659f [PPPOE]: Introduce pppoe_hdr() by Arnaldo Carvalho de Melo · 18 years ago
  46. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 18 years ago
  47. 48d49d0c [SK_BUFF]: Introduce skb_set_mac_header() by Arnaldo Carvalho de Melo · 18 years ago
  48. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  49. a2a316f [NET]: Replace CONFIG_NET_DEBUG with sysctl. by Stephen Hemminger · 18 years ago
  50. 759e5d0 [UDP]: Clean up UDP-Lite receive checksum by Herbert Xu · 18 years ago
  51. fc910a2 [NETLINK]: Limit NLMSG_GOODSIZE to 8K. by David S. Miller · 18 years ago
  52. 95c385b [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support. by Neil Horman · 18 years ago
  53. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 18 years ago
  54. 3cfe3ba [TCP]: Add two new spurious RTO responses to FRTO by Ilpo Järvinen · 18 years ago
  55. e0ef57c [TCP]: Make snd_cwnd_clamp a u32. by David S. Miller · 18 years ago
  56. 54287cc [TCP]: Keep copied_seq, rcv_wup and rcv_next together. by Eric Dumazet · 18 years ago
  57. 886236c [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh. by John Heffner · 18 years ago
  58. 1214538 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  59. 0bcbc92 [IPV6]: Disallow RH0 by default. by YOSHIFUJI Hideaki · 18 years ago
  60. 7e40f2a Taskstats fix the structure members alignment issue by Balbir Singh · 18 years ago
  61. 8e821ca NFS: clean up the unstable write code by Trond Myklebust · 18 years ago
  62. 80d74d5 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  63. 93da287 Provide dummy devm_ioport_* if !HAS_IOPORT by Russell King · 18 years ago
  64. 1126542 kernel-doc: fix plist.h comments by Randy Dunlap · 18 years ago
  65. c2ecba7 [NET]: Set a separate lockdep class for neighbour table's proxy_queue by Pavel Emelianov · 18 years ago
  66. b4dfa0b [NET]: Get rid of alloc_skb_from_cache by Herbert Xu · 18 years ago
  67. 5a6d41b NFS: Ensure PG_writeback is cleared when writeback fails by Trond Myklebust · 18 years ago
  68. 2345031 ide: correctly prevent IDE timer expiry function to run if request was already handled by Suleiman Souhlal · 18 years ago
  69. 995f054 [PATCH] high-res timers: resume fix by Ingo Molnar · 18 years ago
  70. 2363cc0 [PATCH] remove protection of LANANA-reserved majors by Andrew Morton · 18 years ago
  71. 5792a28 [PATCH] md: avoid a deadlock when removing a device from an md array via sysfs by NeilBrown · 18 years ago
  72. 6f23a31 libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3) by Albert Lee · 18 years ago
  73. 18d6e9d libata: Limit max sector to 128 for TORiSAN DVD drives (take 3) by Albert Lee · 18 years ago
  74. 7152764 libata: reorder HSM_ST_FIRST for easier decoding (take 3) by Albert Lee · 18 years ago
  75. 1d64b9c [PATCH] Fix microcode-related suspend problem by Rafael J. Wysocki · 18 years ago
  76. 0c84ce2 [PATCH] driver core: fix built-in drivers sysfs links by Kay Sievers · 18 years ago
  77. c01003c [IFB]: Fix crash on input device removal by Patrick McHardy · 18 years ago
  78. a9c87a1 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 18 years ago
  79. c2805fb [PATCH] WE-22 : prevent information leak on 64 bit by Jean Tourrilhes · 18 years ago
  80. e0ab0bb Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  81. a28d193 [PATCH] ipcns: fix !CONFIG_IPC_NS behavior by Serge E. Hallyn · 18 years ago
  82. 78d832f [PATCH] utsns: fix !CONFIG_UTS_NS behavior by Serge E. Hallyn · 18 years ago
  83. d75e26a [PATCH] uml: fix epoll by Jeff Dike · 18 years ago
  84. 40bee44e Export __splice_from_pipe() by Mark Fasheh · 18 years ago
  85. 04a3952 [PATCH] Add const to pointer qualifiers for __chk_user_ptr and __chk_io_ptr. by Russ Cox · 18 years ago
  86. 513daad ide: use correct IDE error recovery by Suleiman Souhlal · 18 years ago
  87. e3a55fd [PATCH] lockdep: lockdep_depth vs. debug_locks by Jarek Poplawski · 18 years ago
  88. 8da38d7 [PATCH] FRV: fix unannotated variable declarations by David Howells · 18 years ago
  89. 5851fad [PATCH] Fix build error due to not including <linux/errno.h> by Ralf Baechle · 18 years ago
  90. 5379058 [PATCH] fix MTIME_SEC_MAX on 32-bit by Thomas Gleixner · 18 years ago
  91. 89a0914 [PATCH] nfs: fix congestion control by Peter Zijlstra · 18 years ago
  92. b257bc0 [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS mode by Andrew Johnson · 18 years ago
  93. a836f58 [PATCH] spi: destroy workqueue after spi_unregister_master by Chris Lesiak · 18 years ago
  94. 2189850 [PATCH] ufs2: more correct work with time by Evgeniy Dushistov · 18 years ago
  95. d9a9cdf [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 by Alan Stern · 18 years ago
  96. 04ff970 [PATCH] sanitize security_getprocattr() API by Al Viro · 18 years ago
  97. 9f35575 [PATCH] pci: Repair pci_save/restore_state so we can restore one save many times. by Eric W. Biederman · 18 years ago
  98. 392ee1e [PATCH] msi: Safer state caching. by Eric W. Biederman · 18 years ago
  99. 6e96783 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  100. 470bc84 [MTD] [OneNAND] Classify the page data and oob buffer by Kyungmin Park · 18 years ago