aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-08-29[NETFILTER]: Remove two unused filesDomen Puncer2-40/+0
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy4-9/+62
2005-08-29[NETFILTER]: Nicer names for ipt_connbytes constantsPatrick McHardy1-3/+3
2005-08-29[NETFILTER]: Add new iptables "connbytes" matchHarald Welte1-0/+25
2005-08-29[NETFILTER]: introduce and use aligned_u64 data typeHarald Welte3-4/+9
2005-08-29[INET_DIAG]: Move the tcp_diag interface to the proper placeArnaldo Carvalho de Melo1-1/+1
2005-08-29[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]Arnaldo Carvalho de Melo1-0/+0
2005-08-29[TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo3-74/+65
2005-08-29[TCPDIAG]: Introduce inet_diag_{register,unregister}Arnaldo Carvalho de Melo1-0/+19
2005-08-29[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.cArnaldo Carvalho de Melo1-1/+105
2005-08-29[IPV6]: Generalise the tcp_v6_lookup routinesArnaldo Carvalho de Melo2-0/+31
2005-08-29[NETFILTER]: Fix gcc-3.4.x warning about iplicit operator precedenceHarald Welte1-1/+1
2005-08-29[NET]: Deinline netif_carrier_{on,off}().Denis Vlasenko1-12/+2
2005-08-29[NETFILTER]: Fix NF_QUEUE_NR() macroHarald Welte1-1/+1
2005-08-29[CCID3]: Separate most of the packet history codeArnaldo Carvalho de Melo1-1/+2
2005-08-29[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCKArnaldo Carvalho de Melo1-0/+1
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo3-50/+60
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy1-4/+4
2005-08-29[DCCP]: Finish the TIMEWAIT minisock supportArnaldo Carvalho de Melo1-0/+3
2005-08-29[TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_s...Arnaldo Carvalho de Melo2-2/+10
2005-08-29[TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo2-32/+61
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann1-1/+2
2005-08-29[Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco2-2/+2
2005-08-29[Bluetooth]: Implement RFCOMM remote port negotiationJ. Suter1-3/+9
2005-08-29[Bluetooth]: Track page scan repetition mode changesMarcel Holtmann1-0/+6
2005-08-29[Bluetooth]: Workaround for inquiry results with RSSI and page scan modeMarcel Holtmann1-0/+9
2005-08-29[NETFILTER]: New iptables DCCP protocol header matchHarald Welte2-3/+36
2005-08-29[DCCP]: Fix struct sockaddr_dccp definitionArnaldo Carvalho de Melo1-3/+7
2005-08-29[DCCP]: make <linux/dccp.h> include-able from userspaceHarald Welte1-117/+121
2005-08-29[NETFILTER]: check nf_log function call argumentsHarald Welte1-1/+1
2005-08-29[NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte1-5/+8
2005-08-29[NETFILTER]: add correct bridging support to nfnetlink_{queue,log}Harald Welte2-0/+4
2005-08-29[LIST]: Introduce list_for_each_entry_safe_continueArnaldo Carvalho de Melo1-0/+13
2005-08-29[ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo3-10/+7
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo4-0/+435
2005-08-29[RANDOM]: Introduce secure_dccp_sequence_numberArnaldo Carvalho de Melo1-0/+2
2005-08-29[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo4-2/+12
2005-08-29[ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo3-2/+9
2005-08-29[ICSK]: Introduce inet_csk_cloneArnaldo Carvalho de Melo1-0/+4
2005-08-29[NET]: Just move the inet_connection_sock function from tcp sourcesArnaldo Carvalho de Melo3-158/+161
2005-08-29[NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo9-159/+215
2005-08-29[SOCK]: Introduce sk_cloneArnaldo Carvalho de Melo1-0/+2
2005-08-29[INET_TWSK]: Introduce inet_twsk_allocArnaldo Carvalho de Melo1-0/+3
2005-08-29[INET]: Generalise the TCP sock ID lookup routinesArnaldo Carvalho de Melo3-11/+87
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo6-207/+262
2005-08-29[INET]: Generalise tcp_v4_lookup_listenerArnaldo Carvalho de Melo1-0/+36
2005-08-29[INET]: Generalise tcp_v4_hash & tcp_unhashArnaldo Carvalho de Melo1-0/+34
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo8-22/+39
2005-08-29[INET]: Generalise the tcp_listen_ lock routinesArnaldo Carvalho de Melo2-21/+48
2005-08-29[INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo3-20/+9
2005-08-29[INET]: Generalise tcp_bind_hash & tcp_inherit_portArnaldo Carvalho de Melo2-9/+34
2005-08-29[NETFILTER]: don't use nested attributes for conntrack_expectHarald Welte1-1/+2
2005-08-29[NETFILTER]: attribute count is an attribute of message type, not subsytemHarald Welte1-2/+2
2005-08-29[NETFILTER]: Fix multiple problems with the conntrack event cachePatrick McHardy2-25/+18
2005-08-29[INET]: Move bind_hash from tcp_sk to inet_skArnaldo Carvalho de Melo3-2/+3
2005-08-29[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]Arnaldo Carvalho de Melo3-118/+129
2005-08-29[INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo2-52/+43
2005-08-29[INET]: Move the TCP ehash functions to include/net/inet_hashtables.hArnaldo Carvalho de Melo1-0/+40
2005-08-29[NETFILTER]: Add new "nfnetlink_log" userspace packet logging facilityHarald Welte1-0/+85
2005-08-29[NETFILTER]: Extend netfilter logging APIHarald Welte3-3/+47
2005-08-29[NETFILTER]: Add refcounting and /proc/net/netfilter interface to nfnetlink_q...Harald Welte1-0/+1
2005-08-29[INET]: Introduce inet_sk_rebuild_headerArnaldo Carvalho de Melo2-2/+2
2005-08-29[SOCK]: Introduce sk_setup_capsArnaldo Carvalho de Melo2-9/+10
2005-08-29[SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehashArnaldo Carvalho de Melo1-0/+9
2005-08-29[NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo4-4/+32
2005-08-29[IPV4/6]: Check if packet was actually delivered to a raw socket to decide wh...Patrick McHardy2-2/+2
2005-08-29[IPV6]: Check interface bindings on IPv6 raw socket receptionAndrew McDonald1-1/+2
2005-08-29[NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlinkHarald Welte2-0/+101
2005-08-29[NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte2-10/+24
2005-08-29[NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte2-0/+14
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2-1/+4
2005-08-29[NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()Harald Welte2-5/+5
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid S. Miller2-4/+3
2005-08-29[IPV4]: possible cleanupsAdrian Bunk3-7/+0
2005-08-29[NET]: Kill skb->real_devDavid S. Miller12-18/+21
2005-08-29[NET]: Reduce tc_index/tc_verd to u16Patrick McHardy1-2/+2
2005-08-29[REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroyArnaldo Carvalho de Melo1-1/+4
2005-08-29[NETFILTER]: Add ctnetlink subsystemHarald Welte7-18/+210
2005-08-29[NET]: Remove HIPPI private from skbuff.hStephen Hemminger2-6/+5
2005-08-29[NET]: Introduce SO_{SND,RCV}BUFFORCE socket optionsPatrick McHardy21-0/+42
2005-08-29[NETFITLER]: Add nfnetlink layer.Harald Welte1-0/+145
2005-08-29[NETFILTER]: connection tracking event notifiersHarald Welte2-4/+157
2005-08-29[NET]: Kill skb->tc_classidPatrick McHardy2-4/+1
2005-08-29[NET]: Kill skb->listDavid S. Miller1-11/+5
2005-08-29[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte5-5/+17
2005-08-29[NETFILTER]: convert nfmark and conntrack mark to 32bitHarald Welte2-2/+2
2005-08-29Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2-38/+46
2005-08-29Merge /spare/repo/linux-2.6/Jeff Garzik26-55/+4921
2005-08-29[SPARC64]: More fully work around Spitfire Errata 51.David S. Miller4-15/+18
2005-08-29[SPARC64]: Make debugging spinlocks usable again.David S. Miller1-16/+24
2005-08-29[SPARC]: remove use of asm/segment.hKumar Gala3-8/+0
2005-08-29[SPARC64]: remove use of asm/segment.hKumar Gala2-7/+0
2005-08-29[SPARC64]: Revamp Spitfire error trap handling.David S. Miller1-0/+82
2005-08-29[PATCH] mod_devicetable.h fixesAl Viro1-2/+8
2005-08-29Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband...Linus Torvalds11-0/+4405
2005-08-29Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git Linus Torvalds1-0/+41
2005-08-29Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-mmc.git Linus Torvalds1-1/+3
2005-08-29Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-serial.git Linus Torvalds2-42/+37
2005-08-29Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-ucb.git Linus Torvalds1-0/+21
2005-08-29Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds3-1/+389
2005-08-29Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds3-3/+8
2005-08-28[PATCH] PHY Layer fixupAndy Fleming1-0/+17
2005-08-28[libata] license change, other bitsJeff Garzik2-38/+46
2005-08-27libata: fix a few alan-ismsJeff Garzik1-1/+0
2005-08-26[PATCH] IB: move include files to include/rdmaRoland Dreier11-0/+4405
2005-08-26[PATCH] x86_64: Tell VM about holes in nodesAndi Kleen1-0/+2
2005-08-26[PATCH] ppc64: Fix issue with gcc 4.0 compiled kernelsAnton Blanchard1-3/+4
2005-08-26[PATCH] libata: regularize dma_start/stop argumentsAlan Cox1-2/+3
2005-08-24[PATCH] m68k: fix broken macros causing compile errorsAndreas Schwab1-3/+3
2005-08-24Merge upstream into 'upstream' branch of netdev-2.6.git.Jeff Garzik14-57/+55
2005-08-24Merge /spare/repo/linux-2.6/Jeff Garzik12-53/+46
2005-08-23[PATCH] Fix IXP4xx CLOCK_TICK_RATEDeepak Saxena1-2/+4
2005-08-23[PATCH] s390 __CHECKER__ ifdefsAl Viro1-19/+2
2005-08-23[PATCH] qualifiers in return types - easy casesAl Viro4-4/+4
2005-08-23[PATCH] m32r smp.h gcc4 fixesAl Viro1-2/+0
2005-08-23[PATCH] alpha xchg fixAl Viro1-16/+13
2005-08-23[PATCH] Kconfig fix (ISA_DMA_API and sound/*)Al Viro1-0/+2
2005-08-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+21
2005-08-23[AX25]: UID fixesRalf Baechle1-2/+16
2005-08-23[NET]: Fix socket bitop damageRalf Baechle1-0/+5
2005-08-23Merge /spare/repo/linux-2.6/Jeff Garzik22-50/+109
2005-08-23[PATCH] fix atapi_packet_task vs. intr race (take 2)Tejun Heo1-0/+2
2005-08-22Auto-update from upstreamTony Luck8-30/+51
2005-08-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+5
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds1-4/+4
2005-08-19[SPARC64]: Move kernel unaligned trap handlers into assembler file.David S. Miller1-0/+5
2005-08-19[MMC] Use an IDR for host name indiciesRussell King1-0/+1
2005-08-19[MMC] Use class device name for mmc host nameRussell King1-2/+1
2005-08-19[MMC] Add MMC class devicesRussell King1-0/+1
2005-08-19[MMC] Add mmc_hostname() macroRussell King1-0/+1
2005-08-18Merge /spare/repo/linux-2.6/Jeff Garzik20-46/+100
2005-08-18Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-1/+5
2005-08-18[IA64] remove unused function __ia64_get_io_port_baseTony Luck1-8/+0
2005-08-18[ARM] Add support for ARM GICRussell King1-0/+41
2005-08-18[PATCH] serverworks: add support for new southbridge IDENarendra Sankar1-0/+1
2005-08-18[PATCH] ide: add support for Netcell Revolution to pci-ide generic driverMatt Gillette1-0/+3
2005-08-18[PATCH] ide: fix PCI_DEVIEC_ID_APPLE_UNI_N_ATA spellingGrant Coady1-1/+1
2005-08-18[PATCH] ppc32: Fix PPC440SP SRAM controller DCRsMatt Porter1-4/+0
2005-08-18[PATCH] ppc32: fix ppc4xx stb03xxx dma buildMatt Porter1-1/+1
2005-08-18[PATCH] SH64: inotify and ioprio syscallsRobert Love1-1/+6
2005-08-18[PATCH] SH: inotify and ioprio syscallsRobert Love1-1/+7
2005-08-18[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiChuck Lever1-1/+4
2005-08-18[PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flagsChuck Lever1-11/+8
2005-08-18[PATCH] NFS: split nfsi->flags into two fieldsChuck Lever1-11/+16
2005-08-18[MFD] Add SA11x0 MCP platform device supportRussell King1-0/+21
2005-08-17Merge head 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linu...Linus Torvalds1-2/+2
2005-08-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+5
2005-08-16[PATCH] iSeries build with newer assemblers and compilersStephen Rothwell1-1/+8
2005-08-16[PATCH] PCI: 6700/6702PXH quirkKristen Accardi2-1/+7
2005-08-16[PATCH] i386 / desc_empty macro is incorrectZachary Amsden2-2/+2
2005-08-16Auto-update from upstreamTony Luck8-7/+19
2005-08-16[PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL createsTrond Myklebust1-0/+1
2005-08-16[PATCH] NFS: Ensure ACL xdr code doesn't overflow.Trond Myklebust1-0/+1
2005-08-15um: fix __pa/__va macro expansion problemLinus Torvalds1-2/+2
2005-08-15[PATCH] inotify: add MOVE_SELF eventJohn McCutchan2-2/+8
2005-08-15[ARM] Add syscall stubs for inotify and ioprio system callsRobert Love1-0/+5
2005-08-14Revert PCIBIOS_MIN_IO changes for 2.6.13Linus Torvalds2-2/+6
2005-08-13[PATCH] sh: Make _syscall6() do the right thing.Paul Mundt1-1/+1
2005-08-12Auto-update from upstreamTony Luck2-7/+15
2005-08-11[NETPOLL]: fix initialization/NAPI raceMatt Mackall1-6/+13
2005-08-11[NETPOLL]: add retry timeoutMatt Mackall1-0/+1
2005-08-11[NET]: Make skb->protocol __be16Alexey Dobriyan1-1/+1
2005-08-11[libata scsi] add START STOP UNIT translationDouglas Gilbert1-0/+2
2005-08-11Merge /spare/repo/linux-2.6/Jeff Garzik3-4/+21
2005-08-11phy subsystem: more cleanupsJeff Garzik1-17/+0
2005-08-11Fix numerous minor problems with new phy subsystem.Jeff Garzik1-1/+0
2005-08-11Merge /spare/repo/linux-2.6/Jeff Garzik37-65/+228
2005-08-10[IA64] fix iosapic_remove build error for !HOTPLUGKenji Kaneshige1-2/+2
2005-08-10Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-4/+13
2005-08-10Merge /spare/repo/linux-2.6/Jeff Garzik34-61/+207
2005-08-10Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-0/+8
2005-08-10[PATCH] ARM: 2849/1: S3C24XX - USB host update (2848/1)Ben Dooks1-1/+2
2005-08-10[ARM] Control v6 'global' bit via Linux PTE entriesRussell King1-0/+2
2005-08-10[ARM] Use #defined constants for manipulating v6 hardware PTE bitsRussell King1-3/+9
2005-08-09[PATCH] Fix ide-disk.c oops caused by hwif == NULLChristoph Lameter1-0/+6
2005-08-08[PATCH] fsnotify-cleanupsJohn McCutchan1-24/+0
2005-08-08Revert "[PATCH] PCI: restore BAR values..."Linus Torvalds1-3/+0
2005-08-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+1
2005-08-08[SCSI] fix target scanning oops with fc transport classJames.Smart@Emulex.Com1-0/+8
2005-08-08[NETLINK]: Allocate and kill some netlink numbers.David S. Miller1-3/+1
2005-08-08[PATCH] fsnotify_name/inoderemoveJohn McCutchan1-0/+20
2005-08-07[PATCH] remove linux/pagemap.h from linux/swap.hOlaf Hering1-1/+2
2005-08-07[PATCH] Make visws compile againTom Duffy1-0/+1
2005-08-06Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6Linus Torvalds1-8/+0
2005-08-06Add fakey 'deflateBound()' function to the in-kernel zlib routinesLinus Torvalds1-0/+5
2005-08-06[PATCH] ppc32: ppc440 pagetable attributes (comments updates)Matt Porter1-13/+13
2005-08-06[Bluetooth] Remove unused functions and cleanup symbol exportsMarcel Holtmann1-8/+0
2005-08-05[PATCH] ppc32: fix ppc440 pagetable attributesMatt Porter1-3/+49
2005-08-05[PATCH] blk: fix tag shrinking (revive real_max_size)Tejun Heo1-0/+1
2005-08-04[PATCH] Clean up inotify delete race fixJohn McCutchan1-3/+1
2005-08-04[PATCH] pci and yenta: pcibios_bus_to_resourceDominik Brodowski6-0/+27
2005-08-04[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville1-0/+3
2005-08-04[PATCH] ppc64: fix for kexec boot issuePaul Mackerras2-2/+2
2005-08-04[PATCH] md: make sure md bitmap updates are flushed when array is stopped.NeilBrown1-0/+1
2005-08-03[PATCH] fix get_user_pages bugNick Piggin1-5/+17
2005-08-02[PATCH] increase PCIBIOS_MIN_IO on x86Ivan Kokshaysky2-6/+2
2005-08-01[PATCH] ppc64: topology API fixAnton Blanchard1-1/+4
2005-08-01[PATCH] include/linux/dcookies.h: dummy functions must be "static inline"Adrian Bunk1-2/+2
2005-08-01[PATCH] s390: ioprio & inotify system calls.Martin Schwidefsky1-1/+6
2005-08-01[PATCH] ppc32: add missing 4xx EMAC sysfs nodesEugene Surovegin1-1/+11