1. 81e675c netfilter: ebtables: add CONFIG_COMPAT support by Florian Westphal · 15 years ago
  2. 49facff netfilter: ebtables: split update_counters into two functions by Florian Westphal · 15 years ago
  3. 837395a netfilter: ebtables: split copy_everything_to_user into two functions by Florian Westphal · 15 years ago
  4. e788759 netfilter: ebtables: split do_replace into two functions by Florian Westphal · 15 years ago
  5. 3e5e524 netfilter: CONFIG_COMPAT: allow delta to exceed 32767 by Florian Westphal · 15 years ago
  6. fc0e3df netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets by Florian Westphal · 15 years ago
  7. 1756de2 netfilter: ebtables: abort if next_offset is too small by Florian Westphal · 15 years ago
  8. ef00f89 netfilter: ctnetlink: add zone support by Patrick McHardy · 15 years ago
  9. 5d0aa2c netfilter: nf_conntrack: add support for "conntrack zones" by Patrick McHardy · 15 years ago
  10. 8fea97e netfilter: nf_conntrack: pass template to l4proto ->error() handler by Patrick McHardy · 15 years ago
  11. d5d1baa netfilter: xtables: add const qualifiers by Jan Engelhardt · 15 years ago
  12. 739674f netfilter: xtables: constify args in compat copying functions by Jan Engelhardt · 15 years ago
  13. b402405 netfilter: xtables: print details on size mismatch by Jan Engelhardt · 15 years ago
  14. 2249065 netfilter: get rid of the grossness in netfilter.h by Jan Engelhardt · 15 years ago
  15. 23f3733 netfilter: reduce NF_HOOK by one argument by Jan Engelhardt · 15 years ago
  16. fa96a0e netfilter: iptables: remove unused function arguments by Jan Engelhardt · 15 years ago
  17. 98e6d2d netfilter: xt_recent: inform user when hitcount is too large by Jan Engelhardt · 15 years ago
  18. ca1c2e2 netfilter: don't use INIT_RCU_HEAD() by Alexey Dobriyan · 15 years ago
  19. 857b409 netfilter: nf_conntrack: elegantly simplify nf_ct_exp_net() by Alexey Dobriyan · 15 years ago
  20. b2907e5 netfilter: xtables: fix mangle tables by Alexey Dobriyan · 15 years ago
  21. 9d288df netfilter: nf_conntrack_sip: add T.38 FAX support by Patrick McHardy · 15 years ago
  22. 48f8ac2 netfilter: nf_nat_sip: add TCP support by Patrick McHardy · 15 years ago
  23. 010c0b9 netfilter: nf_nat: support mangling a single TCP packet multiple times by Patrick McHardy · 15 years ago
  24. f5b321b netfilter: nf_conntrack_sip: add TCP support by Patrick McHardy · 15 years ago
  25. 3b6b9fa netfilter: nf_conntrack_sip: pass data offset to NAT functions by Patrick McHardy · 15 years ago
  26. 54101f4 netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsing by Patrick McHardy · 15 years ago
  27. b87921b netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expect by Patrick McHardy · 15 years ago
  28. d1e7a03 netfilter: ctnetlink: dump expectation helper name by Patrick McHardy · 15 years ago
  29. a8c28d05 Merge branch 'master' of git://dev.medozas.de/linux by Patrick McHardy · 15 years ago
  30. e3eaa99 netfilter: xtables: generate initial table on-demand by Jan Engelhardt · 15 years ago
  31. 2b95efe netfilter: xtables: use xt_table for hook instantiation by Jan Engelhardt · 15 years ago
  32. 2b21e05 netfilter: xtables: compact table hook functions (2/2) by Jan Engelhardt · 15 years ago
  33. 737535c netfilter: xtables: compact table hook functions (1/2) by Jan Engelhardt · 15 years ago
  34. d0b0268 netfilter: ctnetlink: add missing netlink attribute policies by Patrick McHardy · 15 years ago
  35. 42107f5 netfilter: xtables: symmetric COMPAT_XT_ALIGN definition by Alexey Dobriyan · 15 years ago
  36. 0a02604 netfilter: xtables: consistent struct compat_xt_counters definition by Alexey Dobriyan · 15 years ago
  37. 9ab99d5 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  38. b1109bf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  39. 44bfce5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 15 years ago
  40. bcf4d81 drivers/net: Correct NULL test by Julia Lawall · 15 years ago
  41. 3af26f5 MAINTAINERS: networking drivers - Add git net-next tree by Joe Perches · 15 years ago
  42. d4ae20b net/sched: Fix module name in Kconfig by Jan Luebbe · 15 years ago
  43. 2d17188 cxgb3: fix GRO checksum check by Divy Le Ray · 15 years ago
  44. 2fc1b5d dst: call cond_resched() in dst_gc_task() by Eric Dumazet · 15 years ago
  45. d696c7b netfilter: nf_conntrack: fix hash resizing with namespaces by Patrick McHardy · 15 years ago
  46. 14c7dbe netfilter: xtables: compat out of scope fix by Alexey Dobriyan · 15 years ago
  47. 13ccdfc netfilter: nf_conntrack: restrict runtime expect hashsize modifications by Alexey Dobriyan · 15 years ago
  48. 5b3501f netfilter: nf_conntrack: per netns nf_conntrack_cachep by Eric Dumazet · 15 years ago
  49. 9edd7ca netfilter: nf_conntrack: fix memory corruption with multiple namespaces by Patrick McHardy · 15 years ago
  50. 7678037 netfilter: fix build failure with CONNTRACK=y NAT=n by Florian Westphal · 15 years ago
  51. 889b8f9 packet: Kill CONFIG_PACKET_MMAP. by David S. Miller · 15 years ago
  52. 15c697c Bluetooth: Keep a copy of each HID device's report descriptor by Michael Poole · 15 years ago
  53. 7aeef97 net: e1000e: convert to use mc helpers by Jiri Pirko · 15 years ago
  54. 2cc04d2 net: dm9601: convert to use mc helpers by Jiri Pirko · 15 years ago
  55. 6d55ad4 net: 8139too: convert to use mc helpers by Jiri Pirko · 15 years ago
  56. a56ed41 net: 8139cp: convert to use mc helpers by Jiri Pirko · 15 years ago
  57. b405e8d e1000e: Fix namespace conflicts wrt. e1000_has_link by David S. Miller · 15 years ago
  58. 570930f bridge: Remove unused age_list by Herbert Xu · 15 years ago
  59. bfd5f4a packet: Add GSO/csum offload support. by Sridhar Samudrala · 15 years ago
  60. 746079d qlge: Code clean up by Breno Leitao · 15 years ago
  61. e0fee99 qlge: removing unreachable block of code by Breno Leitao · 15 years ago
  62. d088dde ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE) by Christoph Egger · 15 years ago
  63. 1b3f720 pktgen: Fix freezing problem by Rafael J. Wysocki · 15 years ago
  64. b0f83b2 doc: document IPv6 parameters by Brian Haley · 15 years ago
  65. 15c052f qlge: Add watchdog timer. by Ron Mercer · 15 years ago
  66. f8f76db libphy: add phy_find_first function by Jiri Pirko · 15 years ago
  67. 6683ece net: use helpers to access mc list V2 by Jiri Pirko · 15 years ago
  68. feeb272 igb: make certain to reassign legacy interrupt vectors after reset by Alexander Duyck · 15 years ago
  69. 1b92403 stmmac: fix 'lenght' typo in comments and code by Giuseppe Cavallaro · 15 years ago
  70. ae06b83 can: ems_usb: removed duplicated code setting local echo support by Thadeu Lima de Souza Cascardo · 15 years ago
  71. 10be7eb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  72. 90c3033 sky2: Flow control frames recorded as dropped packets by Stephen Hemminger · 15 years ago
  73. 3fbd918 sky2: hand receive DMA mapping failures by stephen hemminger · 15 years ago
  74. 1621e09 net: CONFIG_COMPAT redux by Alexey Dobriyan · 15 years ago
  75. bf66f37 can: mcp251x: Move to threaded interrupts instead of workqueues. by Christian Pellegrin · 15 years ago
  76. 35cfabd bonding: Remove net_device_stats from bonding struct by Ajit Khaparde · 15 years ago
  77. 235ecb1 drivers/net/davinci_emac.c: Fix continuation line formats by Joe Perches · 15 years ago
  78. 59b26c7 trivial: remove duplicated "from" in CAN USB EMS Kconfig help by Thadeu Lima de Souza Cascardo · 15 years ago
  79. 20d29d7 net: macvtap driver by Arnd Bergmann · 15 years ago
  80. fc0663d macvlan: allow multiple driver backends by Arnd Bergmann · 15 years ago
  81. 8a83a00 net: maintain namespace isolation between vlan and real device by Arnd Bergmann · 15 years ago
  82. 6884b34 net/rds: remove uses of NIPQUAD, use %pI4 by Joe Perches · 15 years ago
  83. 650b2ef mISDN: positive error return should be negative in mode_hfcmulti() by Roel Kluin · 15 years ago
  84. 3e59817 isdn: mISDN, don't compile unused stuff by Jiri Slaby · 15 years ago
  85. f0f4d64 hardware/mISDN/mISDNinfineon.c: bail out of loop on error by Darren Jenkins · 15 years ago
  86. e23e117 hisax: timeout off by one in waitrecmsg() by Roel Kluin · 15 years ago
  87. 3fdde0a irda: add missing BKL in irnet_ppp ioctl by Thadeu Lima de Souza Cascardo · 15 years ago
  88. 454debe irda: unbalanced lock_kernel in irnet_ppp by Thadeu Lima de Souza Cascardo · 15 years ago
  89. 4bbd1a1 qlge: Add check for eeh failure when closing device. by Ron Mercer · 15 years ago
  90. a112fd4 qlge: Move reset from eeh io_resume to slot_reset. by Ron Mercer · 15 years ago
  91. 4a0b9ca ixgbe: Make descriptor ring allocations NUMA-aware by PJ Waskiewicz · 15 years ago
  92. 1a6c14a ixgbe: Allocate driver resources per NUMA node by Jesse Brandeburg · 15 years ago
  93. dbb5aae e1000: call pci_save_state after pci_restore_state by Nick Nunley · 15 years ago
  94. b548192 e1000: Report link status in ethtool when interface is down by Nick Nunley · 15 years ago
  95. 10eec95 ixgbe: only process one ixgbe_watchdog_task at a time. by John Fastabend · 15 years ago
  96. 9c119ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  97. fdd3d63 ixgbe: Fix return of invalid txq by Krishna Kumar · 15 years ago
  98. e44d38e ixgbe: Fix ixgbe_tx_map error path by Anton Blanchard · 15 years ago
  99. e15eec2 netxen: protect resource cleanup by rtnl lock by Amit Kumar Salecha · 15 years ago
  100. 41f3e0b netxen: fix tx timeout recovery for NX2031 chip by Amit Kumar Salecha · 15 years ago